diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-09-01 16:12:40 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-09-01 16:12:40 +0200 |
commit | a6f9b6d5a4e177a1d9456f67cccb3ae0db73e66e (patch) | |
tree | 1a4b71e6bae57bc77d1c708a066598654dcad54d /src | |
parent | b7f5f045c6b25ffe3957431acd1d5a9e0330ebfa (diff) |
Add Unifont to the default list of alternative fonts
Diffstat (limited to 'src')
-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 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 |