본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

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

자세히 살펴보기

Font-face not working on latest Firefox version

more options

I use a font-face on my website and since Firefox was updated to 44.0.2, that font isn't loading anymore. See one of some errors I got, from log:

Hora: 16/02/2016 17:20:28 Erro: downloadable font: Layout: DFLT table doesn't satisfy the spec. for script tag DFLT (font-family: "myriadset_regular" style:normal weight:normal stretch:normal src index:1) source: http://solowp.local/wp-content/themes/soloblue/style/type/myriadsetpro/myriad-set-pro_text-webfont.woff2 Arquivo-fonte: http://solowp.local/wp-content/themes/soloblue/style/type/myriadsetpro/stylesheet.css Linha: 37, Coluna: 12 Código-fonte: @font-face { font-family: "myriadset_regular"; font-style: normal; font-weight: normal; src: url("myriad-set-pro_text-webfont.eot?#iefix") format("embedded-opentype"), url("myriad-set-pro_text-webfont.woff2") format("woff2"), url("myriad-set-pro_text-webfont.woff") format("woff"), url("myriad-set-pro_text-webfont.ttf") format("truetype"), url("myriad-set-pro_text-webfont.svg#myriad_set_protext") format("svg"); }

Before the update, everything was working fine. So dear Mozilla, how to fix that? Are the updates to help or make our life a hell?

I use a font-face on my website and since Firefox was updated to 44.0.2, that font isn't loading anymore. See one of some errors I got, from log: Hora: 16/02/2016 17:20:28 Erro: downloadable font: Layout: DFLT table doesn't satisfy the spec. for script tag DFLT (font-family: "myriadset_regular" style:normal weight:normal stretch:normal src index:1) source: http://solowp.local/wp-content/themes/soloblue/style/type/myriadsetpro/myriad-set-pro_text-webfont.woff2 Arquivo-fonte: http://solowp.local/wp-content/themes/soloblue/style/type/myriadsetpro/stylesheet.css Linha: 37, Coluna: 12 Código-fonte: @font-face { font-family: "myriadset_regular"; font-style: normal; font-weight: normal; src: url("myriad-set-pro_text-webfont.eot?#iefix") format("embedded-opentype"), url("myriad-set-pro_text-webfont.woff2") format("woff2"), url("myriad-set-pro_text-webfont.woff") format("woff"), url("myriad-set-pro_text-webfont.ttf") format("truetype"), url("myriad-set-pro_text-webfont.svg#myriad_set_protext") format("svg"); } Before the update, everything was working fine. So dear Mozilla, how to fix that? Are the updates to help or make our life a hell?

모든 댓글 (2)

more options

See the discussion in these bug reports:

  • bug 1239176 - OTS font sanitizer rejects fonts opening a new Google docs document
  • bug 1244693 - FF 44 fails to load some WOFF fonts

Please do not comment in bug reports
https://bugzilla.mozilla.org/page.cgi?id=etiquette.html

more options

I read those two bugs, and this is my summary:

  • Firefox 44 generates that error when it finds some problems in the internal format of part of the font file.
  • Firefox 45 is not going to generate that error because it will no longer be performing that format check.

But as of today, that doesn't help you. Could you check with your font provider on whether updates are available?