Tip: Monospaced font in the location entry
Put the following lines in
~/.gnome2/galeonrc (or with 1.3.16 and earlier versions
~/.gnome2/galeon-binrc) to get the location entry use monospaced font.
style "mono" { font_name = "Bitstream Vera Sans Mono" }
widget_class "*.GaleonLocationEntry.*" style "mono"
- You can also put "monospace" instead of "Bitstream Vera Sans Mono" and fontconfig will fall back to whatever monospace font it finds most suitable (which will most likely be Bitstream Vera Sans Mono if that's installed) -- MikaChu - 16 Feb 2005