fix default fonts in config.def.h
This commit is contained in:
parent
345b48fe03
commit
f84e7a585e
@ -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] */
|
||||||
|
Loading…
Reference in New Issue
Block a user