Skip to content

Instantly share code, notes, and snippets.

@jordanfarrer
Created October 2, 2013 16:41
Show Gist options
  • Save jordanfarrer/6796638 to your computer and use it in GitHub Desktop.
Save jordanfarrer/6796638 to your computer and use it in GitHub Desktop.
Prevent messages in the Chrome debugger for .woff fonts when served from IIS
<system.webServer>
<staticContent>
<remove fileExtension=".woff" />
<mimeMap fileExtension=".woff" mimeType="application/font-woff" />
</staticContent>
</system.webServer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment