相关疑难解决方法(0)

我的自定义字体不想在Internet Explorer中工作

我正在尝试在我正在使用的网站上使用Green Pillow和Cotidiana字体.我已经使用@ font-face加载了.eot文件,但它仍然没有工作......

真的不确定我在这里做错了什么:

@font-face {  
 font-family: "link_font";  
 src: url( "Greenpiloww.eot" ); /* IE */  
 src: local("GreenPillow"), url( "GREENPIL.otf" ) format("truetype"); /* non-IE */  
}  


@font-face {  
font-family: "twitter_font";  
 src: url( "Cotidiana.eot" ); /* IE */  
src: local("Cotidiana"), url( "Cotidiana.ttf" ) format("truetype"); /* non-IE */  
}  
Run Code Online (Sandbox Code Playgroud)

css internet-explorer font-face

18
推荐指数
1
解决办法
3万
查看次数

标签 统计

css ×1

font-face ×1

internet-explorer ×1