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

搜索 | 用户支持

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

详细了解

missing icons

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

more options

On web pages I will see icons to click for such functions as "write" or "microphone" but others will just be words, ie: swap, content, playlist, arrow up, keyword arrow up.

Possibly this is a Google sites problem?

On web pages I will see icons to click for such functions as "write" or "microphone" but others will just be words, ie: swap, content, playlist, arrow up, keyword arrow up. Possibly this is a Google sites problem?
已附加屏幕截图

被采纳的解决方案

Make sure you allow pages to choose their own fonts.

  • Settings -> General: Fonts & Colors -> Advanced
    [X] "Allow pages to choose their own fonts, instead of your selections above"

Special (small) icons are usually supplied by an iconic font that is downloaded from the server via @font-face CSS rules.

This can be caused by blocking remote (downloadable) fonts. If you use uBlock Origin make sure not to "block remote fonts".

You can check gfx.downloadable_fonts.enabled on the about:config page and make sure it is set to true (if necessary double-click the line to toggle its value to true).

定位到答案原位置 👍 0

所有回复 (4)

more options

I think this is not caused by Google Sites nor Firefox but simply the formatting and connection to Google Icons. Whoever made that website might've messed up the code to display an Icon or didn't connect/link to Google Icons properly.

more options

This shouldn't really bother you that much as even if it is a hyperlink, the developer shouldn't have messed up the href attribute. So if it's a link, it would still redirect of you clicked on the text.

more options

thanks for the help. The big problem is that the words for the link cover other things on the page including other links.

more options

选择的解决方案

Make sure you allow pages to choose their own fonts.

  • Settings -> General: Fonts & Colors -> Advanced
    [X] "Allow pages to choose their own fonts, instead of your selections above"

Special (small) icons are usually supplied by an iconic font that is downloaded from the server via @font-face CSS rules.

This can be caused by blocking remote (downloadable) fonts. If you use uBlock Origin make sure not to "block remote fonts".

You can check gfx.downloadable_fonts.enabled on the about:config page and make sure it is set to true (if necessary double-click the line to toggle its value to true).