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