コードを投稿しますか?
暗闇で撮影しましたが、適切なフォントファイルがすべて含まれていますか?これは、あなたのする@ font-faceがどのように見えるかのサンプルです(私がどのように見えるか、少なくとも)
@font-face {
font-family: 'Museo300';
src: url('Museo300-Regular-webfont.eot');
src: url('Museo300-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('Museo300-Regular-webfont.woff') format('woff'),
url('Museo300-Regular-webfont.ttf') format('truetype'),
url('Museo300-Regular-webfont.svg#Museo300') format('svg');
font-weight: normal;
font-style: normal;
}
私は、次のフォントファイルがあります:あなたのスタイルシートで次に
Museo300-Regular-webfont.eot
Museo300-Regular-webfont.svg
Museo300-Regular-webfont.ttf
Museo300-Regular-webfont.woff
を:
h1 {
font-family: "Museo300";
font-weight: normal;
}
FF 6.0 MACで動作します。 FF 7.0もうまく動作します。 – topek
about:configの設定を確認する必要があるかもしれません。私はライオンで知っていますが、デフォルトではオフになっています。 – albert