On Sun, Nov 22, 2009 at 3:34 PM, Kris Maglione <maglion...@gmail.com> wrote:
> ... I suspect that there must be a way to change fonts via .gtkrc-2.0 ... Here's my .gtkrc-2.0 ---- gtk-theme-name="Candido" gtk-icon-theme-name="gnome-carbonite" gtk-font-name="Bitstream Vera Sans 9" ---- I'm sure there are other options as well. [quote, http://orford.org/gtk/#fonts] ____ The font entry from gtk1 which used X-font-strings is no longer used. Gtk2 uses the font_name composite entry instead. eg: font_name = "Luxi Sans Bold Italic 9" The format is that of a pango string, so you can refer to the pango docs for details. There are three options you can specify, any of them being optional: font-family, style, size. ____ -- Andrew Antle <andrew dot antle at gmail dot com>