@font-face {
font-family: 'Museo-Sans';
src: url('../fonts/MuseoSans/MuseoSans-900.otf') format('opentype'),
url('../fonts/MuseoSans/MuseoSans-900.eot'),
url('../fonts/MuseoSans/MuseoSans-900.eot?#iefix') format('embedded-opentype');
font-weight: 900;
font-style: normal;
}
Internet explorer is not displaying the font. I tried converting the otf file to eot, but manually adding the third line did not work. Any tips on how to correctly convert the files so that they include ?#iefix
?