我从教程中使用了 web-font 的代码。不确定 src:local() 是什么意思。是否有必要包含 local()?或者使用 font-family:... 和来源:网址()?
@font-face
{
font-family:"F25";
src:url("f25_executive-webfont.eot");
src:local("F25"),
url("f25_executive-webfont.ttf")format("truetype");
}
#quote
{
font-family:"F25",Georgia;
text-align:center;
}
提前谢谢了。