Downloadable font on firefox: bad URI or cross-site access not allowed

后端 未结 4 763
终归单人心
终归单人心 2020-12-01 00:18

I\'m a webmaster at http://www.beperk.com (I\'m giving you the URL so you are able to check the problem) and I\'m having lots of problems using @font-face in CSS.

I

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-01 00:48

    I resolved the problem in Firefox (local resource access problem) using url: src: url("../fuentes/EurostileLTStd.otf"); instead of src: uri("../fuentes/EurostileLTStd.otf");.

提交回复
热议问题