Created
March 24, 2016 14:35
-
-
Save mii9000/ab542f56a23097a0eb2d to your computer and use it in GitHub Desktop.
Fonts not being served from ASP.NET MVC app hosted in IIS which can be resolved by adding the following inside web.config's system.webServer element.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<staticContent> | |
<mimeMap fileExtension=".woff2" mimeType="font/x-woff" /> | |
</staticContent> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment