fix default fonts in config.def.h

This commit is contained in:
Markus Teich 2015-11-01 18:09:22 +01:00
parent 345b48fe03
commit f84e7a585e
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
static char *fontfallbacks[] = {
"dejavu",
"trollolo",
"roboto",
"ubuntu",
};
#define NUMFONTSCALES 30
#define FONTSZ(x) ((int)(10.0 * powf(1.1288, (x)))) /* x in [0, NUMFONTSCALES-1] */