css3 @fontface IE problem
Iv tried everything and nothing seems to work in IE. I created the webkit font and downloaded it from font-squirrel. Wont even work in IE10. Any suggestions please? Much appreciated..
Code:
@font-face {
font-family: questrialregular;
src: url('questrial-regular-webfont.eot'); /* IE9 */
src: url('questrial-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('questrial-regular-webfont.woff') format('woff'),
url('questrial-regular-webfont.ttf') format('truetype'),
url('questrial-regular-webfont.svg#questrialregular') format('svg');
}
@font-face {
font-family: misoregular;
src: url('miso-regular-webfont.eot');
src: url('miso-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('miso-regular-webfont.woff') format('woff'),
url('miso-regular-webfont.ttf') format('truetype'),
url('miso-regular-webfont.svg#misoregular') format('svg');
}