projects
/
sent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
345b48f
)
fix default fonts in config.def.h
author
Markus Teich
<markus.teich@stusta.mhn.de>
Sun, 1 Nov 2015 17:09:22 +0000
(18:09 +0100)
committer
Markus Teich
<markus.teich@stusta.mhn.de>
Sun, 1 Nov 2015 17:09:22 +0000
(18:09 +0100)
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index 5edd1a471a1c4f12a89a99cd5b8ef8de6ec7240a..364db70dd67d95f0eb1a72c6c08074a277e24e44 100644
(file)
--- 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] */