diff options
author | Gehad <gehadelrobey@gmail.com> | 2014-04-19 20:21:16 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-04-19 11:40:36 -0700 |
commit | 3a8620e68c877e338ce577bcafca640819ca6d58 (patch) | |
tree | dcac97c3f586afeca423fe36987e84f3f60d543c | |
parent | e05c9e3716d342be57c11e5e8f787f09b73a6d0d (diff) | |
download | subsurface-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |