font-face在iPad上运行不正常

时间:2015-11-04 17:44:03

标签: ios css fonts

我在safari iOS上的网站上遇到了问题。 我有两种不同的字体,其中一种不显示,但只能在我的iPad上显示。

当我说没有显示时,它就会消失。但是与另一个的文本是罚款。

这是我的网站:http://s189178374.onlinehome.fr/eurosports/index2.php

font-face:

@font-face {
font-family:    "DIN";
src:    url("fonts/DIN-Regular.eot");
src:    url("fonts/DIN-Regular.eot?#iefix") format("eot"),
        url("fonts/DIN-Regular.woff") format("woff"),
        url("fonts/DIN-Regular.ttf") format("truetype"),
        url("fonts/DIN-Regular.svg#DIN-Regular") format("svg");
font-weight:    normal;
font-style:     normal;
}
@font-face {
font-family:    "DIN";
src:    url("fonts/DIN-Bold.eot");
src:    url("fonts/DIN-Bold.eot?#iefix") format("eot"),
        url("fonts/DIN-Bold.woff") format("woff"),
        url("fonts/DIN-Bold.ttf") format("truetype"),
        url("fonts/DIN-Bold.svg#DIN-Bold") format("svg");
font-weight:    bolder;
font-style:     normal;
}
@font-face {
font-family:    "DIN";
src:    url("fonts/DIN-Medium.eot");
src:    url("fonts/DIN-Medium.eot?#iefix") format("eot"),
        url("fonts/DIN-Medium.woff") format("woff"),
        url("fonts/DIN-Medium.ttf") format("truetype"),
        url("fonts/DIN-Medium.svg#DIN-Medium") format("svg");
font-weight:    bold;
font-style:     normal;
}
@font-face {
font-family:    "DIN";
src:    url("fonts/DIN-Light.eot");
src:    url("fonts/DIN-Light.eot?#iefix") format("eot"),
        url("fonts/DIN-Light.woff") format("woff"),
        url("fonts/DIN-Light.ttf") format("truetype"),
        url("fonts/DIN-Light.svg#DIN-Light") format("svg");
font-weight:    lighter;
font-style:     normal;
}

有什么想法吗?

0 个答案:

没有答案