The following css not workingin IE9. Working in firefox and chrome. Please help...
<style>
@font-face {
font-family: 'myFirstFont';
src: url('fonts/test/MB-ThinkTwice_Regular.ttf');
}
@font-face {
font-family: 'myFirstFont_IE';
src: url('fonts/test/MMB_ThinkTwice.eot?#iefix') format('embedded-opentype');
}
</style>
<div style="font-family:myFirstFont, myFirstFont_IE; font-size:64px;">
This is test TEXT
</div>