summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font.h b/src/font.h
index d47d1d6..3670b50 100644
--- a/src/font.h
+++ b/src/font.h
@@ -4,7 +4,7 @@
#include <SDL3_ttf/SDL_ttf.h>
#ifndef FONT_SIZE
-#define FONT_SIZE 13.0f
+#define FONT_SIZE 15.0f
#endif
extern TTF_Font *font;