Introduction
Introduction Statistics Contact Development Disclaimer Help
fix dejavu font name - sent - simple plaintext presentation tool
git clone git://git.suckless.org/sent
Log
Files
Refs
README
LICENSE
---
commit 31be676486aaa655b528b39a161c3deaff477678
parent 4ae761b8becf81ea2dfbdee38b323bb0e6d5bf2a
Author: Markus Teich <[email protected]>
Date: Tue, 17 Nov 2015 02:07:56 +0100
fix dejavu font name
Diffstat:
M config.def.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git 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",
};
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.