Page is a not externally linkable
andrewsmd - 11:55 pm on Jan 15, 2013 (gmt 0)
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?