configuration of web.config fo IIS Application to show special character in mobile device

Following codes need to be added in web.config file to to enable the IIS for showing special character in mobile devices.

  <system.webServer>
    <staticContent>
      <remove fileExtension=".woff" /> <!-- In case IIS already has this mime type -->
      <mimeMap fileExtension=".woff" mimeType="application/x-font-woff" />
    </staticContent>    
  </system.webServer>

source:
http://stackoverflow.com/questions/23007250/fontawesome-does-not-work-when-served-by-iis

Comments

Popular posts from this blog

Configure SharePoint Server to use Office Online Server

PowerShell command to import Module and Get-ADUser

Configure Office Web Apps for SharePoint 2013