From 7d7038f9bfbcc30875ff81b77deeef04e21c7c14 Mon Sep 17 00:00:00 2001 From: doitux Date: Tue, 10 Dec 2013 00:04:49 +0100 Subject: [PATCH] next try for #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 a81870d4..90dc6ac1 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: \"DejaVu Sans\";"; + font2String = "font-family: \"Arial\";"; cashFontSize = "11"; setLabelFontSize = "11"; playerNameLabelFontSize = "11";