Skip to content

Instantly share code, notes, and snippets.

@henrytriplette
Last active May 28, 2018 11:14
Show Gist options
  • Save henrytriplette/0fe90b82813eefd798e62b0ccf602385 to your computer and use it in GitHub Desktop.
Save henrytriplette/0fe90b82813eefd798e62b0ccf602385 to your computer and use it in GitHub Desktop.
Fix Windows Server IIS 7 *.woff2 font 404

Open IIS Manager At server level:

  • In the panel, look for MIME Types
  • Click add
File: .woff2
Mime: font/x-woff2

Or:

c:\windows\system32\inetsrv\appcmd 
             set config /
             section:staticContent /+
                         "[fileExtension=' .woff2 ',mimeType=' application/font-woff2']"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment