我似乎无法让@font-face 拉下这些嵌入的字体。
页面在这里:http ://clubs.speareducation.com/resources/
标题“下载数字资源”应该是 gotham_htfregular。
看看我的 global.css 样式表(字体在顶部)。尝试过双引号,单引号......我以前从来没有遇到过这个问题......我在这里遗漏了什么吗?
这是我的CSS。
@font-face {
font-family: "gotham_htfregular";
src: url("gothahtfregular-webfont-webfont.eot");
src: url("gothahtfregular-webfont-webfont.eot?#iefix") format("embedded-opentype"),
url("gothahtfregular-webfont-webfont.woff") format("woff"),
url("gothahtfregular-webfont-webfont.ttf") format("truetype"),
url("gothahtfregular-webfont-webfont.svg#gotham_htfregular") format("svg");
font-weight: normal;
font-style: normal;
}
谢谢!