Ändern der Firefox/Epiphany-Url-Schriftart
März 2, 2006

Epiphany:
Zum Ändern einfach die Datei ~/.gnome2/epiphanyrc öffnen oder neu erstellen und dort folgendes eintragen.
style “mono” { font_name = “Bitstream Vera Sans Mono” }
widget_class “*.EphyLocationEntry.*” style “mono”
Statt Bitstream Vera Sans Mono kann auch eine andere Schriftart eingetragen werden …
Quelle: raphael.slinckx.net
Firefox:
Die Datei ~/.mozilla/firefox/*.default/chrome/userChrome.css öffnen und folgendes eintragen.
#urlbar
{
font-family: monospace !important;
}
Quelle: geckozone.org