diff options
Diffstat (limited to 'src/user/popups/info.c')
-rw-r--r-- | src/user/popups/info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user/popups/info.c b/src/user/popups/info.c index 5b3f6ae..667d440 100644 --- a/src/user/popups/info.c +++ b/src/user/popups/info.c @@ -9,7 +9,7 @@ #include <stdarg.h> #define PADDING 6 -#define FONT "berry" +#define FONT "fixed-10" static const struct font_info *info_font = 0; |