[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [SOLVED] Re: how adjust toolbar fonts in iceweasel?



On Sat, Oct 18, 2008 at 05:12:42PM +0200, Florian Kulzer wrote:
> On Sat, Oct 18, 2008 at 07:06:37 -0500, Hugo Vanwoerkom wrote:
> > Douglas A. Tutty wrote:
> >>> Douglas A. Tutty wrote:
> >>>> hello all,
 
> These three lines work for me in ~/.gtkrc-2.0:
> 
> style "user-font" { font_name="Bitstream Vera Sans 11" }
> widget_class "*" style "user-font"
> gtk-font-name="Bitstream Vera Sans 11"
> 
> It seems that iceweasel sets its menu font according to gtk-font-name,
> but it probably cannot hurt to set all widget classes to the same font
> to ensure uniformity. (I tested this with iceweasel 3.0.3-2 and without
> gtk-qt-engine being installed.)

Indeed, here's the .gtkrc-2.0 file that KDE wrote for me:

8<--

# This file was written by KDE
# You can edit it in the KDE control center, under "GTK Styles and Fonts"

include "/usr/share/themes/Qt/gtk-2.0/gtkrc"

style "user-font"
{
	font_name="Bitstream Vera Sans 9"
}
widget_class "*" style "user-font"

gtk-theme-name="Qt"
gtk-font-name="Bitstream Vera Sans 9"

8<--


Doug


Reply to: