summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2015-11-17 02:07:56 +0100
committerMarkus Teich <markus.teich@stusta.mhn.de>2015-11-17 02:07:56 +0100
commit31be676486aaa655b528b39a161c3deaff477678 (patch)
tree00cd748f90d08806ed56f4ece8509c9794a00f5d
parent4ae761b8becf81ea2dfbdee38b323bb0e6d5bf2a (diff)
fix dejavu font name
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 21e42c8..39772fb 100644
--- a/config.def.h
+++ b/config.def.h
@@ -1,7 +1,7 @@
/* See LICENSE file for copyright and license details. */
static char *fontfallbacks[] = {
- "dejavu",
+ "dejavu sans",
"roboto",
"ubuntu",
};