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!

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

Firefox + Wordpress: a bunch of mysterious non-icons

more options

I'm seeing a bunch of icons or placeholders newly replaced in WordPress. I disabled my add-ons singly and even restarted in safe mode, but that's not bringing them back. Some of these icons are for the post/page formatting options, others are display or for other reasons.

Any ideas or suggestions on how to return these icons, or what (javascript?) might be causing them to disappear?

I'm seeing a bunch of icons or placeholders newly replaced in WordPress. I disabled my add-ons singly and even restarted in safe mode, but that's not bringing them back. Some of these icons are for the post/page formatting options, others are display or for other reasons. Any ideas or suggestions on how to return these icons, or what (javascript?) might be causing them to disappear?

선택된 해결법

Missing icons are usually supplied by a font that is downloaded from the server (@font-face) as you might see by little boxes that show the hex code of the characters instead. If you have a font installed that covers this Unicode range then you may see a real (CJK) character and not the little box with the CSS code.

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

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

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

문맥에 따라 이 답변을 읽어주세요 👍 1

모든 댓글 (3)

more options

The image didn't attach to my question, so here's an example

more options

선택된 해결법

Missing icons are usually supplied by a font that is downloaded from the server (@font-face) as you might see by little boxes that show the hex code of the characters instead. If you have a font installed that covers this Unicode range then you may see a real (CJK) character and not the little box with the CSS code.

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

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

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

more options

That fixed it! Thanks cor-el, you are awesome.