From 6248648eff7dda1088bb196ee4f3fce3b5fc260a Mon Sep 17 00:00:00 2001 From: Sophia Pearson Date: Tue, 4 Oct 2022 16:08:13 +0200 Subject: fonts: fix default font setup --- project.godot | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'project.godot') diff --git a/project.godot b/project.godot index 7bf7b3f..f165fdf 100644 --- a/project.godot +++ b/project.godot @@ -53,8 +53,7 @@ enabled=PackedStringArray("res://addons/ClassExporter/plugin.cfg") [gui] theme/custom="res://Assets/Themes/Default.tres" -theme/custom_font="res://Assets/Fonts/VT323Font24.tres" -theme/use_hidpi=true +theme/custom_font="res://Assets/Fonts/VT323-Regular.ttf" [importer_defaults] -- cgit v1.2.3