更改Firefox3.6 中地址栏和搜索引擎的字体?

Moh*_*yan 3 firefox fonts

我有 Firefox 3.6
我的屏幕分辨率是 1920*1200 (120 DPI),因此 Firefox 地址栏和 Firefox 搜索引擎的字体太小。
我们可以更改它们的字体吗?

Kez*_*Kez 5

  1. 进入%appdata%\Mozilla\Firefox\Profiles\[profile-name]\chrome(用它在该特定文件夹中提到的任何内容替换配置文件名称)

  2. userChrome.css在写字板中编辑文件并将其添加到底部:

    /* Make my URL bar and Search bar bigger and bolder. Now dammit. */
    #urlbar, #searchbar .searchbar-textbox{
    font-family: Arial !important; font-size: 16pt }
    
    Run Code Online (Sandbox Code Playgroud)

    将 16pt 和 Arial 更改为您想要的任何大小和字体。

  3. 重新启动 Firefox,瞧,URL 栏搜索栏字体现在变大了。

来源:http : //forums.mozillazine.org/viewtopic.php?t=244616