fix default fonts in config.def.h

master
Markus Teich 9 years ago
parent 345b48fe03
commit f84e7a585e

@ -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] */

Loading…
Cancel
Save