Changing WOFF2 mime type to the actual "font/woff2"

As of the released specs this is the correct mime type, not application/font-woff2 any more, see: https://www.w3.org/TR/WOFF2/.
This commit is contained in:
Lombiq 2016-04-11 01:08:28 +02:00 committed by Zoltán Lehóczky
parent 54c8c8417e
commit b1f8bea54d

View File

@ -138,7 +138,7 @@
<remove fileExtension=".woff" />
<mimeMap fileExtension=".woff" mimeType="application/font-woff" />
<remove fileExtension=".woff2" />
<mimeMap fileExtension=".woff2" mimeType="application/font-woff2" />
<mimeMap fileExtension=".woff2" mimeType="font/woff2" />
</staticContent>
</system.webServer>