This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

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?

Chosen solution

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).

Read this answer in context 👍 1

All Replies (3)

more options

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

more options

Suluhisho teule

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.