搜索 | 用户支持

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

详细了解

Is there a way to make all screen text bold (but not necessarily) larger?

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

more options

My sweetheart can't see font well except for that which is very bold. Chasnging the SIZE of font is too cumbersome for him because it enlarges the entire page and means he has to scroll everywhere to see everything he wants to see. We can't seem to locate an option to just make all of the font on screen go bold, rather than larger...

My sweetheart can't see font well except for that which is very bold. Chasnging the SIZE of font is too cumbersome for him because it enlarges the entire page and means he has to scroll everywhere to see everything he wants to see. We can't seem to locate an option to just make all of the font on screen go bold, rather than larger...

所有回复 (1)

more options

Only on web pages or also in the user interface?

A possibility is to use code in userChrome.css below the @namespace line.

See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

body, body * {font-weight: bold !important;}


You can also look at Stylish. Stylish: https://addons.mozilla.org/firefox/addon/2108


NoSquint: https://addons.mozilla.org/firefox/addon/2592

由cor-el于修改