2011-05-06 206 views

回答

5

如果你想只改變字體大小,使用about:config頁面並更改選項extensions.firebug.textSize或使用在螢火蟲菜單Increase font sizeDecrease font size選項(菜單鍵和熱鍵在FF4和Win7不工作我的筆記本電腦)。

如果您想更改UI元素的字體系列,您可以修改位於擴展目錄(我爲​​)的firebug css文件。

+0

謝謝!完美的作品! – srinathhs 2012-02-14 14:00:35

0

有沒有需要修改擴展名的文件(每個Firebug的更新後,重新做...)

所有您需要做的是規則添加到文件<FirefoxProfile>/chrome/userChrome.css(創建它,如果它不「T還不存在):

#fbCommandArrow, .fbCommandLine, #fbCommandEditor { 
    font-family: Consolas, monospace !important; /* default: monospace */ 
} 
0

enter image description here

如果你使用Firebug 1.11+,你可以做到這一點:

1)打開[email protected]或您的.xpi文件(提取)與Winrar/Winzip存檔程序

2)搜索line font-family:monospace;在所有的.css文件

3)更換所有font-family: monospace; =>font-family: consolas, monospace !important;

4)保存文件,這樣做存檔(ZIP,RAR),後來改變它的擴展名=>.xpi

5)重新啓動Firefox。