なぜこれがIE8で機能しないのか、誰にも分かりませんか?
@font-face {
font-family: 'entypo';
src: url('styles/fonts/entypo/entypo_normal.eot');
src: url('styles/fonts/entypo/entypo_normal.eot?#iefix') format('embedded-opentype'),
url('styles/fonts/entypo/entypo_normal.woff') format('woff'),
url('styles/fonts/entypo/entypo_normal.ttf') format('truetype'),
url('styles/fonts/entypo/entypo_normal.eot#entypo_normal') format('svg');
font-weight: normal;
font-style: normal;
}
の先頭に含まれてい<head>
ますindex.html
。IE10 と Chrome で動作するため、パスは正しいはずです。
VMでIE8を実行しています。