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>
This commit is contained in:
Gehad 2014-04-19 20:21:16 +02:00 committed by Dirk Hohndel
parent e05c9e3716
commit 3a8620e68c

View file

@ -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)