[hackers] [sent] fix default fonts in config.def.h || Markus Teich
commit f84e7a585e530e15437f7d87b721d0df3f98e24e
Author: Markus Teich <markus.teich_AT_stusta.mhn.de>
AuthorDate: Sun Nov 1 18:09:22 2015 +0100
Commit: Markus Teich <markus.teich_AT_stusta.mhn.de>
CommitDate: Sun Nov 1 18:09:22 2015 +0100
fix default fonts in config.def.h
diff --git a/config.def.h b/config.def.h
index 5edd1a4..364db70 100644
--- a/config.def.h
+++ b/config.def.h
_AT_@ -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] */
Received on Sun Nov 01 2015 - 18:07:19 CET
This archive was generated by hypermail 2.3.0
: Sun Nov 01 2015 - 18:12:15 CET