IIS refuses to serve bootstrap's glypicons, but happily serves font-awesome icons... what gives?
I have the following in web.config:
<staticContent>
<mimeMap fileExtension=".woff" mimeType="application/x-woff" />
</staticContent>
I've tried x-woff as well as x-font-woff as described here
But it still serves as text/html.. and yet serves font-awesome .woff correctly