Created
September 11, 2015 13:03
-
-
Save Godoy/e39148b15b1f0e3f28d2 to your computer and use it in GitHub Desktop.
web.config woff font load problem static content
This file contains hidden or 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
| <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