summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.def.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 5edd1a4..364db70 100644
--- a/config.def.h
+++ b/config.def.h
@@ -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] */
Software created with 💖