This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

How do I change the font used in the Location field?

  • 1 antwoord
  • 1 het hierdie probleem
  • 1 view
  • Laaste antwoord deur cor-el

more options

How do I change the font used in the "Location" field? about:config" has a LOT of font parms, but can't tell which one might be the right one.


This happened

Every time Firefox opened

== Forever

How do I change the font used in the "Location" field? about:config" has a LOT of font parms, but can't tell which one might be the right one. == This happened == Every time Firefox opened == Forever

All Replies (1)

more options

You can't do that via about:config.

Add code to userChrome.css below the @namespace line. See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#urlbar .textbox-input-box {
 font-size:12pt !important;
}

Gewysig op deur cor-el