Skip to content

Instantly share code, notes, and snippets.

@Godoy
Created September 11, 2015 13:03
Show Gist options
  • Select an option

  • Save Godoy/e39148b15b1f0e3f28d2 to your computer and use it in GitHub Desktop.

Select an option

Save Godoy/e39148b15b1f0e3f28d2 to your computer and use it in GitHub Desktop.
web.config woff font load problem static content
<system.webServer>
<staticContent>
<remove fileExtension=".woff"/>
<remove fileExtension=".woff2"/>
<mimeMap fileExtension=".woff" mimeType="application/font-woff"/>
<mimeMap fileExtension=".woff2" mimeType="application/font-woff2"/>
</staticContent>
</system.webServer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment