From a6f9b6d5a4e177a1d9456f67cccb3ae0db73e66e Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sat, 1 Sep 2012 16:12:40 +0200 Subject: Add Unifont to the default list of alternative fonts --- src/common/cfgfiles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c index da2fc107..06af6543 100644 --- a/src/common/cfgfiles.c +++ b/src/common/cfgfiles.c @@ -39,7 +39,7 @@ #define DEF_FONT "Monospace 9" #ifdef WIN32 -#define DEF_FONT_ALTER "Arial Unicode MS,Lucida Sans Unicode,MS Gothic" +#define DEF_FONT_ALTER "Arial Unicode MS,Lucida Sans Unicode,MS Gothic,Unifont" #endif void -- cgit 1.4.1