mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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:
parent
e05c9e3716
commit
3a8620e68c
1 changed files with 1 additions and 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)
|
||||
|
|
Loading…
Reference in a new issue