From f334175bdd1ae7c622791306dd0f47ddf7f5e13e Mon Sep 17 00:00:00 2001 From: Henrik Brautaset Aronsen Date: Mon, 4 Feb 2013 09:50:43 +0100 Subject: Change default MacOS font "Arial Unicode MS" doesn't have bold fonts, at least not on my system. This makes it impossible to distinguish trip dives from non-trip dives, since dives without at trip have bold index numbers. Signed-off-by: Henrik Brautaset Aronsen Signed-off-by: Dirk Hohndel --- macos.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'macos.c') diff --git a/macos.c b/macos.c index f78a7c6aa..c1b73c879 100644 --- a/macos.c +++ b/macos.c @@ -18,9 +18,9 @@ static GtkosxApplication *osx_app; #define SUBSURFACE_PREFERENCES CFSTR("org.hohndel.subsurface") #define ICON_NAME "Subsurface.icns" -#define UI_FONT "Arial Unicode MS 12" +#define UI_FONT "Arial 12" -const char system_divelist_default_font[] = "Arial Unicode MS 9"; +const char system_divelist_default_font[] = "Arial 10"; void subsurface_open_conf(void) { -- cgit v1.2.3-70-g09d2