diff options
author | Benji Dial <benji6283@gmail.com> | 2021-02-17 16:35:02 -0500 |
---|---|---|
committer | Benji Dial <benji6283@gmail.com> | 2021-02-17 16:35:02 -0500 |
commit | 3a3602861226e995d95a8898668cd559c3ca1cf6 (patch) | |
tree | 0d5bc0494297a12e9ccb76b31cb365c843216735 /src/user/popups | |
parent | 49d76d30a55707e2bf95fd9ba03296489fac8d1d (diff) | |
download | portland-os-3a3602861226e995d95a8898668cd559c3ca1cf6.tar.gz |
quick bitmap font format, borrowing new default font from X
Diffstat (limited to 'src/user/popups')
-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; |