mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Fix for IIS+ Chrome not showing webfonts
Thanks, @BrettFagerlund!
This commit is contained in:
parent
b96d4dcf1f
commit
b772d8e527
|
@ -19,5 +19,9 @@
|
|||
</rule>
|
||||
</rules>
|
||||
</rewrite>
|
||||
<staticContent>
|
||||
<remove fileExtension=".woff2" />
|
||||
<mimeMap fileExtension=".woff2" mimeType="application/x-font-woff2" />
|
||||
</staticContent>
|
||||
</system.webServer>
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in a new issue