我正在尝试在我正在使用的网站上使用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)