これは私をかなり混乱させます。font-squirrel を使用して Web キットをダウンロードし、カスタム フォントを表示しています。フォントへのリンクは次のとおりです: http://www.fontsquirrel.com/fontfacedemo/League-Gothic
今すぐホームページを見ると: http://www.simonsayswebsites.com/
中央の本文には、「より多くの顧客を獲得するために設計されたカスタムビルドのウェブサイト」と書かれています. クロムでは見栄えがしますが、Firefox または IE で見ると、カスタム フォント フェイスが機能しません。
font-face を生成する CSS は次のとおりです。
@font-face {
font-family: 'LeagueGothicRegular';
src: url('http://simonsayswebsites.com/wp-content/themes/twentytenchild/League_Gothic-webfont.eot');
src: url('http://simonsayswebsites.com/wp-content/themes/twentytenchild/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
url('http://simonsayswebsites.com/wp-content/themes/twentytenchild/League_Gothic-webfont.woff') format('woff'),
url('http://simonsayswebsites.com/wp-content/themes/twentytenchild/League_Gothic-webfont.ttf') format('truetype'),
url('http://simonsayswebsites.com/wp-content/themes/twentytenchild/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
font-weight: normal;
font-style: normal;
}
誰にもアイデアはありますか?これについて多くのケースを調べましたが、ブラウザごとに必要なファイルをすべて含めて、それぞれの場所にアップロードしたと思っていたので、私のケースに関連するものはありません。