Comment 1 for bug 526722

Revision history for this message
Selene ToyKeeper (toykeeper) wrote :

This is already possible by using GTK configuration.

For example, in my $HOME/.gtkrc-2.0, I have:

style "user-font"
{
  font_name="Verdana 9"
}
widget_class "*" style "user-font"

This sets everything to the same font, but you could do more specific customization too.

Is this sufficient for your needs?