私は本当に@font-face
コードの助けが必要です。IT は私のフォント ファイルを認識していないようです。
パスを思いつくものに変更したり、新しいフォルダーを作成したり、既存のフォルダーの名前を変更したり、フォントファイルをルートに配置したりしました。
私はFirefoxとChromeでテストしています。
CSSで試したコードは次のとおりです。
src: url(http://thefalljourneyindia.iblogger.org/wp-content/themes/thefalltheme/images/Univers.ttf);
src: url(thefalljourneyindia.iblogger.org/wp-content/themes/thefalltheme/images/Univers.ttf);
src: url(http://www.thefalljourneyindia.iblogger.org/wp-content/themes/thefalltheme/images/Univers.ttf);
src: url(www.thefalljourneyindia.iblogger.org/wp-content/themes/thefalltheme/images/Univers.ttf);
src: url(/wp-content/themes/thefalltheme/images/Univers.ttf);
src: url(../wp-content/themes/thefalltheme/images/Univers.ttf);
src: url(wp-content/themes/thefalltheme/images/Univers.ttf);
src: url(/thefalltheme/images/Univers.ttf);
src: url(../thefalltheme/images/Univers.ttf);
src: url(thefalltheme/images/Univers.ttf);
src: url(/images/Univers.ttf);
src: url(../images/Univers.ttf);
src: url(images/Univers.ttf);
src: url(www.thefalljourneyindia.iblogger.org/Univers.ttf);
src: url(/Univers.ttf);
src: url(Univers.ttf);
src: url(../Univers.ttf);
フォント ファイルをどこに置くべきか、または CSS を機能させるために何を変更すればよいかを教えてもらえますか?
(ここやネット上の他の場所でも同様の質問をチェックし、このWebサイトを使用してみましたが役に立ちませんでした。)
ありがとう!
更新: bozdoz の提案は機能しません。FontSquirrel を使用してフォントを取得しました。これはCSSです:
@font-face {
font-family: 'lane';
src: url('http://thefalljourneyindia.iblogger.org/wp-content/themes/thefalltheme/images/univers-webfont.eot');
src: url('thttp://thefalljourneyindia.iblogger.org/wp-content/themes/thefalltheme/images/univers-webfont.eot?#iefix') format('embedded-opentype'),
url('http://thefalljourneyindia.iblogger.org/wp-content/themes/thefalltheme/images/univers-webfont.woff') format('woff'),
url('http://thefalljourneyindia.iblogger.org/wp-content/themes/thefalltheme/images/univers-webfont.ttf') format('truetype'),
url('http://thefalljourneyindia.iblogger.org/wp-content/themes/thefalltheme/images/univers-webfont.svg#LaneHumouresqueRegular') format('svg');
font-weight: normal;
font-style: normal;
}
h1{ font-size: 110px;
font-family: 'lane', georgia, serif;
color: #000000;
}
ボズドズが持っていたという理由だけで「レーン」という名前を使用しました。
すべてのフォントは次のとおりです。
http://thefalljourneyindia.iblogger.org/wp-content/themes/thefalltheme/images/
これらの名前は次のとおりです。
univers-webfont.eot, univers-webfont.woof, univers-webfont.ttf, univers-webfont.svg