@ font-face无法在移动设备上运行

时间:2014-03-05 06:42:39

标签: mobile svg fonts font-face

大家好,这是我的第一个问题。我在这里和互联网上搜索和研究,再次尝试和尝试,但我无法解决我的问题: 我在我的投资组合网站上添加了免费字体Chunkfive。 它适用于桌面浏览器,但不适用于移动设备(我在iPhone4,iPhone5s,iPad air上测试过)。 这对我来说很奇怪,因为所有其他字体都显示正常。 有谁可以帮助我吗?这是我用Font Squirrel生成的代码:

@font-face {
    font-family: 'Chunkfive';
    src: url('/font/chunkfive-webfont.eot');
    src: url('/font/chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/chunkfive-webfont.woff') format('woff'),
         url('/font/chunkfive-webfont.ttf') format('truetype'),
         url('/font/chunkfive-webfont.svg#Chunkfive') format('svg');
    font-weight: normal;
    font-style: normal;
}

0 个答案:

没有答案
相关问题