Skip to content

Instantly share code, notes, and snippets.

@mii9000
Created March 24, 2016 14:35
Show Gist options
  • Save mii9000/ab542f56a23097a0eb2d to your computer and use it in GitHub Desktop.
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.
<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