I have a google warning for my font:
A resource interpreted as a font, but portable using a MIME type / octet stream application: "... / Content / Fonts / iconFont.ttf".
It works even if I have this warning, but I prefer to avoid this warning.
Here is my expression:
@font-face { font-family: 'iconFont'; src: url('../Fonts/iconFont.eot?#iefix') format('embedded-opentype'), url('../Fonts/iconFont.svg#iconFont') format('image/svg+xml'), url('../Fonts/iconFont.woff') format('font/x-woff'), url('../Fonts/iconFont.ttf') format('truetype'); font-weight: normal; font-style: normal; }
I'm already looking at other posts, but so far no luck.
Please note that my server is Microsoft IIS.
Any idea how I can avoid this warning?
Thank.
css font-face
Bronzato Mar 20 '13 at 10:35 2013-03-20 10:35
source share