カスタム フォントを Firefox 8.0 で機能させるためにすべてのオプションを試しましたが、まったく機能しません。Firefox 7 以下および他のすべてのブラウザー (IE7、IE8、IE9、Safari 、クロム)
MIME タイプの可能なすべてのオプションを試しました。
woff (application/octet-stream)
woff (font/woff)
woff (application/x-font-woff)
しかし、結果は同じです...
font-face はフォントに対してまったく機能していません..私のCSSは次のとおりです:
@font-face{
font-family:'My Font';
src: url('/Fonts/My Font-webfont.eot');
src:url('/Fonts/My Font-webfont.eot?#iefix')
format('embedded-opentype'),
url('/Fonts/My Font-webfont.woff')
format('woff'),
url('/Fonts/My Font-webfont.ttf')
format('truetype'),
url('/Fonts/gebooker-webfont.svg#My Font')
format('svg');
font-weight: normal;
font-style: normal;
}
すべてのフォントは、サイトがホストされている同じドメインから提供されます..
Firefox 8 でフォントを動作させる方法を教えてください。
どんな種類の助けも大歓迎です!!