@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;
}
ありがとう!