summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2015-11-01 18:09:22 +0100
committerMarkus Teich <markus.teich@stusta.mhn.de>2015-11-01 18:09:22 +0100
commitf84e7a585e530e15437f7d87b721d0df3f98e24e (patch)
tree74dffee39d06a7e574b85ad9457bb01dc87faf28 /config.def.h
parent345b48fe0333bbc85c52c5b4ab1ab94879b2fc1d (diff)
downloadsent-f84e7a585e530e15437f7d87b721d0df3f98e24e.tar.gz
sent-f84e7a585e530e15437f7d87b721d0df3f98e24e.tar.bz2
sent-f84e7a585e530e15437f7d87b721d0df3f98e24e.zip
fix default fonts in config.def.h
Diffstat (limited to 'config.def.h')
-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 💖