aboutsummaryrefslogtreecommitdiff
path: root/config.wren
diff options
context:
space:
mode:
Diffstat (limited to 'config.wren')
-rw-r--r--config.wren3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.wren b/config.wren
index eb085c1..64278c7 100644
--- a/config.wren
+++ b/config.wren
@@ -38,7 +38,6 @@ class Config {
}
setupFonts() {
- Font.load("font_medium", "assets/fonts/lunchds.ttf", 20)
- Font.load("font_small", "assets/fonts/lunchds.ttf", 16)
+ Font.load("font_title", "assets/fonts/lunchds.ttf", 20)
}
} \ No newline at end of file