From 43c400d640c49a0905a5f884c0dc773edc52de86 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Thu, 29 Jun 2023 19:42:26 +0200 Subject: [PATCH] Fix font sizes in background.tscn --- background.tscn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/background.tscn b/background.tscn index 06f2fe8..c790067 100644 --- a/background.tscn +++ b/background.tscn @@ -28,6 +28,10 @@ theme_override_fonts/italics_font = ExtResource("1_lr4q1") theme_override_fonts/bold_italics_font = ExtResource("1_lr4q1") theme_override_fonts/mono_font = ExtResource("1_lr4q1") theme_override_font_sizes/normal_font_size = 12 +theme_override_font_sizes/bold_font_size = 12 +theme_override_font_sizes/italics_font_size = 12 +theme_override_font_sizes/bold_italics_font_size = 12 +theme_override_font_sizes/mono_font_size = 12 bbcode_enabled = true scroll_following = true script = ExtResource("2_6qdog")