搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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?