Setting up IIS6 to serve Font Awesome files

You may be seeing missing icons when you browse your FarCry 7 webtop in Firefox or iPad:

Turns out IIS6 doesn’t have MIME types set up by default for the font files that those browsers support.

Here’s how to add the MIME types to IIS6

Open IIS computer properties:

Click “MIME Types…”

Add these MIME types:
.woff application/x-woff
.svg image/svg+xml

Related: if you have URLScan installed, you will need to change it’s config to allow periods in URLs - see

3 Likes