Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

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

搜索 | 用户支持

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

详细了解

I just upgraded to Firefox 60, and now, text on many websites contains questions marks inside boxes instead of the correct HTML text.

more options

The new Firefox 60 on a Mac running system 10.11.6, suddenly is displaying questions marks inside of boxes on many, but not all websites. We reverted back to Firefox version 59 and the issue was rectified. At the same time, from a security perspective, we really want to stay current.

Also, we're web designers—and therefore, very concerned that our users who use Firefox are being affected. Is there some header code available for developers that will fix this issue for those who encounter it?

We've been with Mozilla since the early days and have never encountered anything like this. Please help!

The new Firefox 60 on a Mac running system 10.11.6, suddenly is displaying questions marks inside of boxes on many, but not all websites. We reverted back to Firefox version 59 and the issue was rectified. At the same time, from a security perspective, we really want to stay current. Also, we're web designers—and therefore, very concerned that our users who use Firefox are being affected. Is there some header code available for developers that will fix this issue for those who encounter it? We've been with Mozilla since the early days and have never encountered anything like this. Please help!

所有回复 (4)

more options

hi, you're likely seeing https://bugzilla.mozilla.org/show_bug.cgi?id=1460917 which is triggered by third-party font managers changing the location of fonts on the system. mozilla is looking into this problem...

more options

Thanks, Philipp. Might it be possible to be notified when the issue is resolved so that we may be alerted and test for it? We need to hang back in v59 until things are rectified. Thanks!

more options

you could create an account on bugzilla and floow this bug to get mail updates about any progress. i'd expect it to be fixed at least in firefox 61.

as a workaround in the meantime you could try the following in firefox 60: enter about:config into the firefox address bar (confirm the info message in case it shows up) & search for the preference named security.sandbox.content.level. double-click it and change its value to 2 or 1 and restart firefox once.

more options

Hi BocaBing, this probably is not easy to implement, but I believe the issue does not affect web fonts, only built-in fonts on systems with third party font managers. You could try adding a web font fallback behind your regular preferred fonts so Firefox doesn't end up falling all the way back to that symbol font. For example:

font-family: Helvetica, Arial, "Open Sans", sans-serif;

You also would need the rules to provide the download locations for the Open Sans font files. See:

https://developer.mozilla.org/docs/Web/CSS/@font-face