Google warning: Resource interpreted as Font but transferred with MIME type application/octet-stream

前端 未结 7 1833
时光取名叫无心
时光取名叫无心 2020-11-29 00:20

I have a warning in Google for my font-face:

Resource interpreted as Font but transferred with MIME type application/octet-stream: \".../Content/Fonts/iconFo

相关标签:
7条回答
  • 2020-11-29 01:17

    Correct MIME types for fonts are:

    application/font-ttf              ttf;
    application/font-otf              otf;
    application/font-woff             woff;
    
    0 讨论(0)
提交回复
热议问题