I'm importing a custom font like so
@font-face {
font-family: "nexa";
src: url("../fonts/Nexa_Free_Light.otf");
}
When I set the style to nexa, it works in Chrome and FF, but IE 9 goes to my fall back font. Is there a way to import the font so it works in IE too?