Epiphany URL entry in monospace

This 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:

Monospace font in the entry

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


Posted

in

, ,

by

Tags:

Comments

6 responses to “Epiphany URL entry in monospace”

  1. Kyle Ambroff Avatar

    Wow, that’s nice. Thanks for the tip. Loving deskbar by the way.

  2. darkagonik Avatar
    darkagonik

    If you want to do the same thing for Firefox :
    edit the file ~/.mozilla/firefox/*.default/chrome/userChrome.css and add this :
    #urlbar
    {
    font-family: monospace !important;
    }

    http://www.geckozone.org/forum/viewtopic.php?t=28965 (French)

  3. […] Quelle: raphael.slinckx.net Firefox: Die Datei ~/.mozilla/firefox/*.default/chrome/userChrome.css öffnen und folgendes eintragen. #urlbar { font-family: monospace !important; } […]

  4. Phil Avatar

    This is great.

    One suggestion: it would be nice if the dropdown below it were in the same font. It’s a little odd to have the location bar monospaced but the dropdown proportional.

  5. Ken Avatar
    Ken

    Excellent! I don’t know why all URL bars don’t do this. It’s fine for “File” to use tiny letters, because you only have to hit anywhere on the word (or near it), but for editing, you need bigger/wider letters.

    Because while this would be nice to have, there’s no way I’m going to remember this when I get home tonight.

  6. Tommi Komulainen Avatar

    *sigh* you forgot the reference to http://galeon.sourceforge.net/Main/MonospacedLocationEntry where we have had that tip for ages 🙂