Font-face not working in IE, otf font

后端 未结 5 1935
鱼传尺愫
鱼传尺愫 2021-01-02 07:34

I know this was asked multiple times, but I couldn\'t get it to work after trying them. This is the simple CSS I am using to import a custom font. Also, I am using this with

5条回答
  •  心在旅途
    2021-01-02 08:15

    IE11: If you are receiving the CSS3114 error code in dev tools, you need to modify the first bits of the font file. This will allow IE to install the font.

    Npm Module: You can use ttembed-js npm module, which will make the modifications for you. https://www.npmjs.com/package/ttembed-js

    Usage: ttembed-js path/to/Montserrat-Black.otf

提交回复
热议问题