From 31be676486aaa655b528b39a161c3deaff477678 Mon Sep 17 00:00:00 2001 From: Markus Teich Date: Tue, 17 Nov 2015 02:07:56 +0100 Subject: fix dejavu font name --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", }; -- cgit v1.2.3