|
@@ -0,0 +1,15 @@
|
|
|
+<?xml version="1.0" encoding="utf-8" ?>
|
|
|
+<configuration>
|
|
|
+ <system.webServer>
|
|
|
+ <staticContent>
|
|
|
+ <remove fileExtension=".woff" />
|
|
|
+ <remove fileExtension=".woff2" />
|
|
|
+ <remove fileExtension=".ttf" />
|
|
|
+ <remove fileExtension=".svg" />
|
|
|
+ <mimeMap fileExtension=".woff" mimeType="application/x-font-woff" />
|
|
|
+ <mimeMap fileExtension=".woff2" mimeType="application/font-woff2" />
|
|
|
+ <mimeMap fileExtension=".ttf" mimeType="application/x-font-ttf" />
|
|
|
+ <mimeMap fileExtension=".svg" mimeType="image/svg+xml" />
|
|
|
+ </staticContent>
|
|
|
+ </system.webServer>
|
|
|
+</configuration>
|