我正在为我的一个朋友做一个网站。他对页面上的字体非常具体。我从网上下载了一个自定义字体,但奇怪的是;它只在 Internet Explorer 中工作(真是个惊喜)。
这是我的代码:
@font-face
{
font-family: eurostile;
src: url(../font/eurostile.ttf);
}
@font-face
{
font-family: eurostile;
src: url(../font/eurostile.eot);
}
这就是我如何称呼字体系列:
p
{
font-family: eurostile;
}
等等...我做错了什么?