mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
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:
parent
54c8c8417e
commit
b1f8bea54d
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user