diff options
author | tomek <eustachy.kapusta@gmail.com> | 2015-01-07 22:46:37 +0100 |
---|---|---|
committer | tomek <eustachy.kapusta@gmail.com> | 2015-01-07 22:46:37 +0100 |
commit | 7739c99f3f618df76b5b308012d19d720b2b13df (patch) | |
tree | e2d19fbd5898010d419318267f8b52a8e8a89848 /src/common | |
parent | 99f74e8d9480e804ebe4c9a08885a81286954114 (diff) |
Update alternative font list
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/cfgfiles.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c index 5de72dbd..87375565 100644 --- a/src/common/cfgfiles.c +++ b/src/common/cfgfiles.c @@ -39,7 +39,7 @@ #endif #define DEF_FONT "Monospace 9" -#define DEF_FONT_ALTER "Arial Unicode MS,Lucida Sans Unicode,MS Gothic,Unifont" +#define DEF_FONT_ALTER "Arial Unicode MS,Lucida Sans Unicode,Meiryo,Symbola,Unifont" const char * const languages[LANGUAGES_LENGTH] = { "af", "sq", "am", "ast", "az", "eu", "be", "bg", "ca", "zh_CN", /* 0 .. 9 */ |