summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Gehad <gehadelrobey@gmail.com>2014-04-19 20:21:16 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-04-19 11:40:36 -0700
commit3a8620e68c877e338ce577bcafca640819ca6d58 (patch)
treedcac97c3f586afeca423fe36987e84f3f60d543c
parente05c9e3716d342be57c11e5e8f787f09b73a6d0d (diff)
downloadsubsurface-3a8620e68c877e338ce577bcafca640819ca6d58.tar.gz
Change the default font on Windows to Calibri
Changing the default font on Windows to Calibri instead of Sans to fix the subscript issue. Fixes #461 Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--windows.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows.c b/windows.c
index fbc8788a0..d2ba119ed 100644
--- a/windows.c
+++ b/windows.c
@@ -11,7 +11,7 @@
#include <dirent.h>
#include <zip.h>
-const char system_divelist_default_font[] = "Sans";
+const char system_divelist_default_font[] = "Calibri";
const int system_divelist_default_font_size = 8;
void subsurface_user(struct user_info *user)