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

View File

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