diff options
Diffstat (limited to 'renderer.c')
| -rw-r--r-- | renderer.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ enum window { RENDERFLAGS = SDL_RENDERER_PRESENTVSYNC, }; -static const char FONT[] = "font/charter-regular.ttf"; +static const char FONT[] = "font/P052-Roman.ttf"; enum font { FONTSIZE = 14, }; static const mu_Color bg = {255, 255, 255, 255}; |