faces: just say no to dejavu
This commit is contained in:
parent
172b290e05
commit
d50ca72774
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ init(void)
|
|||
tinyfont = openfont(display, "/lib/font/bit/misc/ascii.5x7.font");
|
||||
if(tinyfont == nil)
|
||||
tinyfont = font;
|
||||
mediumfont = openfont(display, "/lib/font/bit/dejavusans/dejavusans.12.font");
|
||||
mediumfont = openfont(display, "/lib/font/bit/misc/unicode.6x13.font");
|
||||
if(mediumfont == nil)
|
||||
mediumfont = font;
|
||||
datefont = font;
|
||||
|
|
Loading…
Reference in a new issue