Reply To: Font not load in Chrome and Mobile

Home Forums Use Any Fonts Font not load in Chrome and Mobile Reply To: Font not load in Chrome and Mobile

#6108
martin
Guest

Dinesh, the solution is really simple, just include the next block in the <system.webServer> section of the web.config file of our project:
<System.webServer>
   […]
   <StaticContent>
     <Remove fileExtension = “. Woff” />
     <MimeMap fileExtension = “. Woff” mimeType = “application / x-font-woff” />
   </ StaticContent>
</system.webServer>