Skip to content

Instantly share code, notes, and snippets.

@devlead
Created October 17, 2015 08:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devlead/2902e1174785ffb4a574 to your computer and use it in GitHub Desktop.
Save devlead/2902e1174785ffb4a574 to your computer and use it in GitHub Desktop.
Add new file types under system.webserver
<staticContent>
<remove fileExtension=".woff" />
<mimeMap fileExtension=".woff" mimeType="application/font-woff" />
<remove fileExtension=".woff2" />
<mimeMap fileExtension=".woff2" mimeType="application/font-woff2" />
</staticContent>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment