From 9354c7e6ca46ec44cdbba7c7a1f381e8940e978a Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Fri, 26 Dec 2008 20:47:54 +0000 Subject: [PATCH] Stopped the stylesheet from forcing the font --- src/gui/lumiera_ui.rc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gui/lumiera_ui.rc b/src/gui/lumiera_ui.rc index dcce8df48..7cf803285 100644 --- a/src/gui/lumiera_ui.rc +++ b/src/gui/lumiera_ui.rc @@ -7,7 +7,7 @@ style "medium_text" { - font_name = "sans 10" + } style "medium_bold_entry" = "medium_text" @@ -67,7 +67,6 @@ style "default_base" = "medium_text" style "default_buttons_menus" { - font_name = "sans 10" fg[ACTIVE] = { 1.0, 1.0, 1.0 } bg[NORMAL] = { 0.30, 0.30, 0.35 }