The font in the URL address line is too small. How do I make it bigger? My computer screen is already set for maximum size.
- Question
Since Firefox last updated to a new version, the font in the URL address line is too small. How do I make it bigger? My computer screen is already set for maximum size.
# Question
Since Firefox last updated to a new version, the font in the URL address line is too small. How do I make it bigger? My computer screen is already set for maximum size.
所有回覆 (1)
See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files
Add code to userChrome.css below the @namespace line.
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */ #urlbar .textbox-input-box {font-size:13pt !important;} #searchbar .textbox-input-box {font-size:13pt !important;} #FindToolbar .textbox-input-box {font-size:13pt !important;}