【发布时间】:2018-02-26 12:36:22
【问题描述】:
我正在使用 Font Face 属性,并且我已经在 Firefox、Chrome 和 Opera 中对其进行了测试……它工作正常。 但是,当我在 safari 和 explorer 中尝试它时,它只适用于一条线路而不适用于另一条线路
这是css:
@font-face {
font-family: font2;
src:url(../fonts/Artbrush.TTF) ;
}
@font-face {
font-family: font1;
src :url(../fonts/playbiln.TTF) ;
}
【问题讨论】:
标签: css internet-explorer safari