font-face with wrong MIME type in Chrome

后端 未结 5 1941
臣服心动
臣服心动 2020-11-27 16:06

This is the @font-face declaration I have used:

@font-face {
    font-family: SolaimanLipi;
    src: url         


        
5条回答
  •  忘掉有多难
    2020-11-27 16:52

    if you can edit an .htaccess file you should try add

    addType font/ttf .ttf
    

    otherwise you could use a svg/svgz font instead

提交回复
热议问题