@ font-face iPad无法正常工作

时间:2014-06-20 03:33:25

标签: html css fonts

我正在使用以下代码嵌入webfont:

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

}

它完美适用于除了iPad之外的所有东西,在iPad上它显示我的备用字体,我发现它非常奇怪,因为它适用于iPhone。有没有人遇到过这个问题?我已经在适用于iPad的Chrome和适用于iPad的Safari中尝试过它,但没有运气。

0 个答案:

没有答案