为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

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

详细了解

Did an automatic update on or near August 19 2015 change font size?

more options

A complex website I created suddenly has multiple Windows Mozilla users complaining that the font size is smaller in Web forms. They've sent me screen shots and it's true. They say this occurred around Wednesday August 19, 2015.

No changes have been made to the website. There are a production and a test website and the problem exists in both places. The problem exists only on Mozilla on Windows, and multiple individual users have experienced it.

I have verified the font looks smaller on Mozilla. There is no such problem in Google Chrome.

Did an automatic update perhaps change the default font size? Possibly only the font size inside Web form fields?

A complex website I created suddenly has multiple Windows Mozilla users complaining that the font size is smaller in Web forms. They've sent me screen shots and it's true. They say this occurred around Wednesday August 19, 2015. No changes have been made to the website. There are a production and a test website and the problem exists in both places. The problem exists only on Mozilla on Windows, and multiple individual users have experienced it. I have verified the font looks smaller on Mozilla. There is no such problem in Google Chrome. Did an automatic update perhaps change the default font size? Possibly only the font size inside Web form fields?

所有回复 (3)

more options

Send this to your users;

Type about:preferences#content<enter> in the address bar. Across from fonts and colors, press the Advanced button. On the bottom, turn on Allow Web Sites To Choose Their Own.


Start Firefox in Safe Mode {web Link} by holding down the <Shift>
(Mac Options)
key, and then starting Firefox. Is the problem still there?


I've called the big guys to help you. Good luck.

more options

Can you post a link to a publicly accessible page (i.e. no authentication or signing on required)?

You may have zoomed web page(s) by accident. Reset the page zoom on pages that cause problems.

  • View > Zoom > Reset (Ctrl/Command+0 (zero))

If you have made changes to Advanced font size settings like increasing the minimum/default font size then try the Default font size setting "16" and the Minimum font size setting "none" in case the current setting is causing problems.

  • Tools > Options > Content : Fonts & Colors > Advanced > Minimum Font Size (none)

Make sure that you allow pages to choose their own fonts.

  • Tools > Options > Content : Fonts & Colors > Advanced: [X] "Allow pages to choose their own fonts, instead of my selections above"

It is better not to increase the minimum font size, but to use an extension to set the default page zoom to prevent issues with text not being displayed properly.

more options

In Firefox 40, unstyled text inputs use the Segoe UI font on my Windows 7.

You can override this using

input {font-family:sans-serif;}

which would change them to Arial or Helvetica on most systems.

This might be related to theming tweaks for Windows 10, I haven't researched it.

Edit: also select controls, so:

input, select {font-family:sans-serif;}

由jscher2000 - Support Volunteer于修改