Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Learn More

Buttons not loading properly.

  • 1 resposta
  • 2 têm este problema
  • 14 visualizações
  • Última resposta por cor-el

more options

The buttons on Tumblr.com are not loading properly. This includes the video player's buttons as well. I've only noticed this problem on this specific webpage. Here is a screenshot of the problem.

The buttons on Tumblr.com are not loading properly. This includes the video player's buttons as well. I've only noticed this problem on this specific webpage. Here is a screenshot of the problem.
Capturas de ecrã anexadas

Solução escolhida

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.

  • Tools > Options > 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).

Ler esta resposta no contexto 👍 0

Todas as respostas (1)

more options

Solução escolhida

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.

  • Tools > Options > 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).