From 6da0cf679262d4fd042a14659f32d195dc9302fc Mon Sep 17 00:00:00 2001 From: Wyatt Olson Date: Fri, 27 Aug 2010 01:19:34 -0600 Subject: [PATCH] Documented theme change --- rtdata/themes/Gray Textured | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/rtdata/themes/Gray Textured b/rtdata/themes/Gray Textured index 16bd897ec..1576fcba2 100644 --- a/rtdata/themes/Gray Textured +++ b/rtdata/themes/Gray Textured @@ -24,7 +24,15 @@ # Sneaking through the code are we.? ;) style "clearlooks-default" { - font_name = "Lucida" + #This is actually just a non-existant font to force RT to load + # the default system font. On OSX the GTK default will show some + # incorrect ligatures (e.g., fi is interpreted as the double dagger + # symbol), but by reverting to system default it works. You could + # actually use any non-font here and it will work, e.g. "Foo". To + # change it to use an actual font, enter the full name of the font + # here, along with optional style and size, e.g. + # "Monaco Bold 15". + font_name = "Default" GtkRange::trough_border = 0 GtkRange::slider_width = 14