@ font-face - 未加载嵌入字体

时间:2012-09-24 17:31:36

标签: css fonts embed

我似乎无法使用@ font-face来下载这些嵌入字体。

Page在这里: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;

 }

谢谢!

2 个答案:

答案 0 :(得分:1)

未正确设置字体文件的网址。检查一下。

答案 1 :(得分:0)

我看到gothahtfbol-webfont-webfont,gothahtfboo-webfont-webfont,以及gothahtfmed-webfont-webfont,全部加载为' gotham_htfregular&#39 ;;请告诉我,您导入的这些文件中包含哪些文件包含' gotham_htfregular'?看起来像是大胆的,中等的,还有其他的东西,但是看起来他们都不是常规的。