Font-Face が Firefox または IE8 で機能しません :(
ファイルは正しいスポーツにあります。ここに私のcssコードがあります:
@font-face {
font-family: 'SnellRoundhand-Script';
src: url('snellroundhandscript.eot');
src: url('snellroundhandscript.eot?#iefix') format('embedded-opentype'),
url('snellroundhandscript.woff') format('woff'),
url('snellroundhandscript.ttf') format('truetype'),
url('snellroundhandscript.svg#snellroundhandscript') format('svg');
font-weight: normal;
font-style: normal;
}
ファイルが壊れている可能性がありますか? または私のCSSに何か問題がありますか?
そのコードの下に次のコードもあります。
@font-face {
font-family: 'Zapfino';
src: url('Zapfino.eot');
src: url('Zapfino.eot?#iefix') format('embedded-opentype'),
url('Zapfino.woff') format('woff'),
url('Zapfino.ttf') format('truetype'),
url('Zapfino.svg#Zapfino') format('svg');
font-weight: normal;
font-style: normal;
}
私の問題はこちらでご覧いただけます....http://hearingaidneeds.com/
ありがとう、J