fix default fonts in config.def.h
authorMarkus Teich <markus.teich@stusta.mhn.de>
Sun, 1 Nov 2015 17:09:22 +0000 (18:09 +0100)
committerMarkus Teich <markus.teich@stusta.mhn.de>
Sun, 1 Nov 2015 17:09:22 +0000 (18:09 +0100)
config.def.h

index 5edd1a471a1c4f12a89a99cd5b8ef8de6ec7240a..364db70dd67d95f0eb1a72c6c08074a277e24e44 100644 (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] */