搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

In "FFOrange/Options/Content/Advanced" how do I add a new font to the list?

  • 1 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 cor-el

more options

Specifically, I want to use Arial Bold as my default font. (I have "low vision" and find it more easily read).

Specifically, I want to use Arial Bold as my default font. (I have "low vision" and find it more easily read).

所有回复 (1)

more options

You can use the NoSquint extension to set font size (text/page zoom) and text color on web pages.

I'm not sure if it is easy to set Arial Bold as the default font on Windows 7. That would require to have the font-weight set to bold as the default.

You can use the Stylish extension to have easier access to the customization files.

@namespace url("http://www.w3.org/1999/xhtml");

html,body { font-family: Arial !important; font-weight: bold !important; }