diff options
Diffstat (limited to 'apps/window.c')
-rw-r--r-- | apps/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/window.c b/apps/window.c index 208c4d4..a796b52 100644 --- a/apps/window.c +++ b/apps/window.c @@ -21,7 +21,7 @@ int main() gui_fill(&win, COLOR_BG); /* gui_border(&win, COLOR_FG, 2); */ - gui_init("/font/ter-p18n.psf"); + gui_init("/font/spleen-12x24.psfu"); int font_height = gui_font_height(); int font_width = gui_font_width(); |