fix dejavu font name

This commit is contained in:
Markus Teich 2015-11-17 02:07:56 +01:00
parent 4ae761b8be
commit 31be676486

View File

@ -1,7 +1,7 @@
/* See LICENSE file for copyright and license details. */ /* See LICENSE file for copyright and license details. */
static char *fontfallbacks[] = { static char *fontfallbacks[] = {
"dejavu", "dejavu sans",
"roboto", "roboto",
"ubuntu", "ubuntu",
}; };