LeVA <[EMAIL PROTECTED]> writes: > Hi! > > Is it possible to change firefox's (1.5) font, which is used to display it's > menus and dialog windows? > Thanks!
Yes. Make a .gtkrc-2.0 (or is it .gtkrc-2.2?, i made a hard-link between the two.) Change the gtk-font-name variable to name and size of something you perfer. Here is mine: ##----------------------------------------------------------------------------- include "/usr/share/themes/Crux/gtk-2.0/gtkrc" gtk-font-name = "Georgia 11" gtk-key-theme-name = "Emacs" style "default" { base[SELECTED] = { 0.529, 0.808, 0.922 } fg[SELECTED] = { 0.00, 0.00, 0.30 } bg[SELECTED] = { 0.529, 0.808, 0.922 } text[SELECTED] = { 0.00, 0.00, 0.00 } ## sky blue (see /etc/X11/rgb.txt for colors) ##base[SELECTED] = { 0.40, 0.60, 0.80 } ##bg[SELECTED] = { 0.40, 0.60, 0.80 } } ##----------------------------------------------------------------------------- > Daniel > > -- > LeVA > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > -- Johan KULLSTAM -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]