0

我似乎无法让@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;

 }

谢谢!

4

2 回答 2

1

字体文件的 URL 设置不正确。去看一下。

于 2012-09-24T17:37:39.497 回答
0

我看到 gothahtfbol-webfont-webfont、gothahtfboo-webfont-webfont 和 gothahtfmed-webfont-webfont,都加载为“gotham_htfregular”;那么告诉我,您要导入的这些文件中的哪些包含“gotham_htfregular”?看起来有粗体、中等和其他东西,但它们看起来都不像是常规的。

于 2012-09-24T17:37:50.640 回答