My font does not work in IE11 and I was wondering if anyone out there knew why?
@font-face {
font-family: myFont;
src: url('LT_21152.eot');
}
@font-face {
font-family: myFont;
src: url('LT_21152.ttf');
}
font-family: myFont, myFont_IE, Arial, Helvetica, sans-serif;
div {
font-family: myFont;
font-size: 2em;
}