diff --git a/client/client_application.cpp b/client/client_application.cpp index d2e6a61..d0ee094 100644 --- a/client/client_application.cpp +++ b/client/client_application.cpp @@ -86,7 +86,7 @@ void ClientApplication::Init(int argc, char* argv[]) { case SDL_SYSWM_WINDOWS: //TODO: ensure that this works platform = "Microsoft Windows"; - fontPath = "C:/Windows/Fonts/arialuni.ttf"; + fontPath = "C:/Windows/Fonts/arialbd.ttf"; break; case SDL_SYSWM_X11: @@ -97,7 +97,7 @@ void ClientApplication::Init(int argc, char* argv[]) { //NOTE: OS X is currently unsupported, but it could be case SDL_SYSWM_COCOA: platform = "Apple OS X"; - fontPath = "/System/Library/Fonts/arialuni.ttf"; + fontPath = "/System/Library/Fonts/arialbd.ttf"; break; default: diff --git a/common b/common index 540f646..0c1232a 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 540f646209f579ab1941b221ceeb44fab9d4322a +Subproject commit 0c1232ae3bfa2eeebd53699eca1d800254334add