搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Icons now showing. Volume icon shows up as letters "vo" or fullscreen icon shows as "Ful"

  • 3 回覆
  • 1 有這個問題
  • 1 次檢視
  • 最近回覆由 ludder.jas

more options

No icons are showing up on the browser. I went to mixer for game streams and instead of the proper media icons, this shows up instead

No icons are showing up on the browser. I went to mixer for game streams and instead of the proper media icons, this shows up instead
附加的畫面擷圖

被選擇的解決方法

It is possible that the images can not be downloaded and that the alt text is displayed instead and only a few characters fit in the space the image would take.

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

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). Also make sure you allow pages to choose their own fonts.

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

You can check the Web Console for font related messages.

  • "3-bar" menu button or Tools -> Web Developer
從原來的回覆中察看解決方案 👍 1

所有回覆 (3)

more options

選擇的解決方法

It is possible that the images can not be downloaded and that the alt text is displayed instead and only a few characters fit in the space the image would take.

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

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). Also make sure you allow pages to choose their own fonts.

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

You can check the Web Console for font related messages.

  • "3-bar" menu button or Tools -> Web Developer
more options

If you use uBlock Origin make sure not to "block remote fonts".

more options

cor-el said

It is possible that the images can not be downloaded and that the alt text is displayed instead and only a few characters fit in the space the image would take. Special icons are usually supplied by an icon font that is downloaded from the server via @font-face CSS rules. 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). Also make sure you allow pages to choose their own fonts. *Options/Preferences -> General: Fonts & Colors -> Advanced
[X] "Allow pages to choose their own fonts, instead of my selections above"
You can check the Web Console for font related messages.
  • "3-bar" menu button or Tools -> Web Developer

That fixed it for me, thank you! You're awesome!

由 ludder.jas 於 修改