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

前端 未结 7 1839
时光取名叫无心
时光取名叫无心 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条回答
  •  -上瘾入骨i
    2020-11-29 01:17

    Correct MIME types for fonts are:

    application/font-ttf              ttf;
    application/font-otf              otf;
    application/font-woff             woff;
    

提交回复
热议问题