Font size of Gnome2 apps in KDE with no Gnome2 installed
daniel posted this on Mar 13th 2005 under Linux
To set the font type and size for the gnome applications used under KDE3 and no Gnome2 installed, you don't have the gnome-control-centre.
Edit the following file:
$ vi ~/.kde3.3/share/config/gtkrc
Add the font_name parameter to the default style section:
style "default"
{
font_name = "Cursor 8"
}
In the style "default" section there might be lots of other stuff, just add the font_name at the end. Any new started gnome application now uses this font as a system font.