font-squirrelを使用してWebフォントを生成し、フォントのCSS宣言を指定しましたが、IE7またはIE8ブラウザーとドキュメントモードを使用してIE9でページを表示すると、フォールバックフォントが使用されます。何が起こっているのか分かりますか?これが私のコード(およびスクリーンショット)です:
@font-face {
font-family: 'cubanoregular';
src: url('../fonts/cubano/cubano/../fonts/cubano/cubano-regular-webfont.woff-webfont.eot');
src: url('../fonts/cubano/cubano-regular-webfont.woff-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/cubano/cubano-regular-webfont.woff-webfont.woff') format('woff'),
url('../fonts/cubano/cubano-regular-webfont.woff-webfont.ttf') format('truetype'),
url('../fonts/cubano/cubano-regular-webfont.woff-webfont.svg#../fonts/cubano/cubanoregular') format('svg');
font-weight: normal;
font-style: normal;
}
.cubano { font-family: 'cubanoregular' }