Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

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

Learn More

Default font is replacing all fonts everywhere

more options

The Firefox desktop browser default font is replacing all fonts on some websites, only title fonts on some others, and then leaving others unchanged. It seems random, and I can't stop the default font from taking over randomly on most websites no matter what I do. This was not happening until today, and no browsers or general MacBook Air preferences were changed between today and yesterday when I last used the browser on desktop.

Under Firefox Preferences » Fonts » Advanced, I've made sure to check the box to "Allow pages to choose their own fonts instead of your selections above", and I've unchecked it, and I've re-checked it, and the default is still overriding fonts on most websites.

I've quit and restarted Firefox 3 times.

Help!

The Firefox desktop browser default font is replacing all fonts on some websites, only title fonts on some others, and then leaving others unchanged. It seems random, and I can't stop the default font from taking over randomly on most websites no matter what I do. This was not happening until today, and no browsers or general MacBook Air preferences were changed between today and yesterday when I last used the browser on desktop. Under Firefox Preferences » Fonts » Advanced, I've made sure to check the box to "Allow pages to choose their own fonts instead of your selections above", and I've unchecked it, and I've re-checked it, and the default is still overriding fonts on most websites. I've quit and restarted Firefox 3 times. Help!

被采纳的解决方案

Sites have a variety of approaches for specifying their preferred and fallback fonts. For example:

  • let the browser decide everything (do not specify a font-family; Firefox uses the default serif font)
  • use the browser's default sans-serif font [ font-family: sans-serif; ]
  • specify a desired system font [ font-family: Arial; ]
  • specify a downloadable font [ font-family: Roboto; ]
  • preferred with fallbacks [ font-family: Roboto, Arial, sans-serif; ]

If you are seeing an unusual default font in more places than usual, one possible reason is if web fonts are blocked. There is an obscure built-in preference for this that most people do not change (gfx.downloadable_fonts.enabled) and some add-ons block "remote" fonts.

定位到答案原位置 👍 0

所有回复 (1)

more options

选择的解决方案

Sites have a variety of approaches for specifying their preferred and fallback fonts. For example:

  • let the browser decide everything (do not specify a font-family; Firefox uses the default serif font)
  • use the browser's default sans-serif font [ font-family: sans-serif; ]
  • specify a desired system font [ font-family: Arial; ]
  • specify a downloadable font [ font-family: Roboto; ]
  • preferred with fallbacks [ font-family: Roboto, Arial, sans-serif; ]

If you are seeing an unusual default font in more places than usual, one possible reason is if web fonts are blocked. There is an obscure built-in preference for this that most people do not change (gfx.downloadable_fonts.enabled) and some add-ons block "remote" fonts.