Safari中的iPhone上不显示字体

时间:2017-01-27 23:30:02

标签: html ios css iphone safari

我的iPhone上的Safari中没有显示我的字体。我可以选择并复制文字,但我没有看到任何内容?

这是我正在使用的字体代码:

@font-face {font-family:'TheSerifBoldPlain'; src: url('fonts/TheSerifBoldPlain.eot'); src: url('fonts/TheSerifBoldPlain.eot') format('embedded-opentype'), url('fonts/TheSerifBoldPlain.woff2') format('woff2'), url('fonts/TheSerifBoldPlain.woff') format('woff'), url('fonts/TheSerifBoldPlain.ttf') format('truetype'), url('fonts/TheSerifBoldPlain.svg#TheSerifBoldPlain') format('svg');font-weight: normal;font-style: normal;}

它只适用于iPhone。

1 个答案:

答案 0 :(得分:1)

我认为是因为你的字体的.eot扩展名 请检查

http://caniuse.com/#search=eot

使用woff更好,因为它支持不同的浏览器