Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change Firebug' font?

I liked my Firebug's font on FF3.6 . After installing FF4 and appropriate Firbug 1.7 font has changed. How can I chose font for Firebug?

like image 372
erop Avatar asked Mar 23 '11 02:03

erop


2 Answers

I had the same problem and have been looking for a while. I can't stand Courier. The solution is surprisingly simple:

  1. In the Firefox Options -> Options -> Content -> (Fonts & Colors) Advanced -> Change the Monospaced font to the one you want
  2. Restart Firefox

The side-effect is all websites that specify the monospace font will use the font you selected. This is ok for me, I don't have to see Courier.

like image 66
naveed Avatar answered Oct 14 '22 09:10

naveed


you can modify the css of the Firebug xpi

if you are using Mac OSX,the xip is at: ~/Library/Application Support/Firefox/Profiles/xxx.default/extensions/[email protected]

open it and modify the css file,change font-family:Monaco, monospace; to other.

or you can install the new Firebug 1.8(http://getfirebug.com/),it fixed the problem.

like image 25
eddie yang Avatar answered Oct 14 '22 08:10

eddie yang