次の@fontface
統合を使用しています。
@font-face {
font-family:'my_Font';
src: url('fonts/my-font.eot');
src: url('fonts/my-font.eot?#iefix') format('embedded-opentype'),
url('fonts/my-font.woff') format('woff'),
url('fonts/my-font.ttf') format('truetype'),
url('fonts/my-font.svg#MyFont') format('svg');
font-weight: normal;
font-style: normal;
}
IE8 では動作しないのですが、これはなぜですか? それはうまくいかないのですか?フォントがそのディレクトリにあるかどうかを確認し、再確認しましたが、そこにあります。
VirtualBox 内でテストしています