From 8a085d419c870c30e638e5acc20dd249892005db Mon Sep 17 00:00:00 2001 From: doitux Date: Mon, 9 Dec 2013 08:28:36 +0100 Subject: [PATCH] Test for fixing #202 --- src/gui/qt/styles/gametablestylereader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/qt/styles/gametablestylereader.cpp b/src/gui/qt/styles/gametablestylereader.cpp index 5f19674f..a81870d4 100644 --- a/src/gui/qt/styles/gametablestylereader.cpp +++ b/src/gui/qt/styles/gametablestylereader.cpp @@ -40,7 +40,7 @@ GameTableStyleReader::GameTableStyleReader(ConfigFile *c, QWidget *w) //set fonts and font sizes #ifdef _WIN32 font1String = "font-family: \"Arial\";"; - font2String = "font-family: \"Nimbus Sans L\";"; + font2String = "font-family: \"DejaVu Sans\";"; cashFontSize = "11"; setLabelFontSize = "11"; playerNameLabelFontSize = "11";