Epiphany URL entry in monospace
Wednesday, March 1st, 2006This is a nice trick i didn’t know about. If you ever wanted to have a monospaced font for your location entry in epiphany (it works with galeon too), because monospace is nice, and easier to correct, and you can spot errors, here is how:

Put this in a file called ~/.gnome2/epiphanyrc:
style "mono" { font_name = "Bitstream Vera Sans Mono" }
widget_class "*.EphyLocationEntry.*" style "mono"
You can of course tweak the font settings if you want, say, Comic Sans MS
Source: http://galeon.sourceforge.net/Main/MonospacedLocationEntry

