You are not logged in.
Pages: 1
Hi, I have just set up LCD fonts via the wiki, everything looks so great compared to before now, including Firefox. However I can't figure out one part:
http://www.bobgill.net/fonts.jpg
Look at that, I highlighted the tab headers, the address bar and bookmarks toolbar. Same font is in saved entries in forms that pop-down. How can I change that font? Here is my font settings:
Default Font: Verdana 16
Proportional: Sans Serif 16
Serif: Times New Roman
Sans Serif: Verdana
Monospace: monospace 13
Also in about:config I changed layer.css.dpi to 0 as advised in the wiki.
Thx
Last edited by colbert (2008-01-15 05:06:53)
Offline
Most likely your Firefox theme is using a font that is not installed on your computer. Does the font problem exist when you use the default theme? If ont, you may be able to override these font settings my using some settings in your userChrome.css file.
Last edited by mintcoffee (2008-01-15 03:50:29)
Arch on a Thinkpad T400s
Offline
I just reverted to the default Firefox theme, restarted FF and still the same
Offline
Which DE are you using kde/gnome/Xfce? In kde you could use the gtk-qt-engine to change the font.
---for there is nothing either good or bad, but only thinking makes it so....
Hamlet, W Shakespeare
Offline
I am not using a DE, just fluxbox session.
Offline
Try creating a file in the home directory .gtkrc-2.0 or adding the following to it replacing the font with the one you want to use.
style "user-font"
{
font_name="Trebuchet MS 9"
}
widget_class "*" style "user-font"
gtk-font-name="Trebuchet MS 9"
---for there is nothing either good or bad, but only thinking makes it so....
Hamlet, W Shakespeare
Offline
Thank you kishd, that worked! I changed it to FreeSans 10 and it finally matches everything and looks great. Thanks a lot!!
Last edited by colbert (2008-01-15 05:06:42)
Offline
I have this same exact issue, which only seems to have started recently. I'm in Gnome (for the moment) and tried this .gtkrc-2.0 fix. I'm not sure what's going on, as all I had done was run a system upgrade recently. In addition, Thunderbird is showing the same problem, yet all of my other GTK apps look fine. *shrugs* Weird.
Offline
I don't run a DE but I want able to fix this with GTK-Chtheme, which let me set the font I wanted to use for Firefox.
Offline
Pages: 1