diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2015-11-17 02:07:56 +0100 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2015-11-17 02:07:56 +0100 |
commit | 31be676486aaa655b528b39a161c3deaff477678 (patch) | |
tree | 00cd748f90d08806ed56f4ece8509c9794a00f5d /config.def.h | |
parent | 4ae761b8becf81ea2dfbdee38b323bb0e6d5bf2a (diff) |
fix dejavu font name
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
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", }; |