Skip to main content
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link
URL Rewriter Bot
URL Rewriter Bot

Extending Craig's answer for latest bootstrap that includes WOFF2 files. You can also add in

<system.webServer> <staticContent> <remove fileExtension=".woff2" /> <mimeMap fileExtension=".woff2" mimeType="font/woff2" /> </staticContent> </system.webServer> 

(See Proper MIME type for .woff2 fontsProper MIME type for .woff2 fonts for a discussion on current mime type for WOFF2 files)

Extending Craig's answer for latest bootstrap that includes WOFF2 files. You can also add in

<system.webServer> <staticContent> <remove fileExtension=".woff2" /> <mimeMap fileExtension=".woff2" mimeType="font/woff2" /> </staticContent> </system.webServer> 

(See Proper MIME type for .woff2 fonts for a discussion on current mime type for WOFF2 files)

Extending Craig's answer for latest bootstrap that includes WOFF2 files. You can also add in

<system.webServer> <staticContent> <remove fileExtension=".woff2" /> <mimeMap fileExtension=".woff2" mimeType="font/woff2" /> </staticContent> </system.webServer> 

(See Proper MIME type for .woff2 fonts for a discussion on current mime type for WOFF2 files)

Source Link

Extending Craig's answer for latest bootstrap that includes WOFF2 files. You can also add in

<system.webServer> <staticContent> <remove fileExtension=".woff2" /> <mimeMap fileExtension=".woff2" mimeType="font/woff2" /> </staticContent> </system.webServer> 

(See Proper MIME type for .woff2 fonts for a discussion on current mime type for WOFF2 files)