I have a warning in Google for my font-face:
Resource interpreted as Font but transferred with MIME type application/octet-stream: \".../Content/Fonts/iconFo
You need to add the following types to an .htaccess/IIS:
AddType application/vnd.ms-fontobject .eot
AddType font/ttf .ttf
AddType font/otf .otf
AddType application/font-woff .woff
Updated .woff type from:
AddType application/x-font-woff .woff
(Thanks to @renadeen in comments below for pointing this out.)
Check out my answer to a similar question here: Font Face not loaded
Taken from here: font-face problem in chrome.