<system.webServer>
<staticContent>
<!-- Remove any potential Web Server Settings for Web Fonts to be used -->
<remove fileExtension=".eot" />
<remove fileExtension=".otf" />
<remove fileExtension=".ttf" />
<remove fileExtension=".woff" />
<remove fileExtension=".woff2" />
<!-- Define Web Font Mime Types that will be used -->
<mimeMap fileExtension=".eot" mimeType="application/vnd.ms-fontobject" />
<mimeMap fileExtension=".otf" mimeType="application/font-sfnt" />
<mimeMap fileExtension=".ttf" mimeType="application/font-sfnt" />
<mimeMap fileExtension=".woff" mimeType="application/font-woff" />
<mimeMap fileExtension=".woff2" mimeType="font/woff2" />
<!-- Define SVG Mime Type (could be used for Images or Fonts) -->
<remove fileExtension=".svg" />
<mimeMap fileExtension=".svg" mimeType="image/svg+xml" />
</staticContent>
</system.webServer>