From 5388eea78a4655a4d3b65516057663edfb329a71 Mon Sep 17 00:00:00 2001 From: Yazan Alaamer Date: Wed, 25 Jan 2023 10:57:15 +0100 Subject: [PATCH] refactoring: resize main text font --- src/main/java/game/StartDarkSoulsGame.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/game/StartDarkSoulsGame.java b/src/main/java/game/StartDarkSoulsGame.java index 378f294..c9ae0dc 100644 --- a/src/main/java/game/StartDarkSoulsGame.java +++ b/src/main/java/game/StartDarkSoulsGame.java @@ -25,7 +25,7 @@ public class StartDarkSoulsGame { JLabel weaponLabel; JLabel weaponLabelName; Font titelFont = new Font("Times new Roman", Font.PLAIN, 90); - Font normalFont = new Font ("Times new Roman", Font.PLAIN, 28); + Font normalFont = new Font ("Times new Roman", Font.PLAIN, 27); JButton startButton; JButton StartButton, choice1, choice2, choice3, choice4; Container con;