nginx - font-face (icomoon) font not working IE -
can tell me, why icomoon font not working in ie 10/11 (edge working properly)
this css
@font-face { font-family: 'icomoon'; src:url('../fonts/icomoon.eot?-dan3az'); src:url('../fonts/icomoon.eot?#iefix-dan3az') format('embedded-opentype'), url('../fonts/icomoon.woff?-dan3az') format('woff'), url('../fonts/icomoon.ttf?-dan3az') format('truetype'), url('../fonts/icomoon.svg?-dan3az#icomoon') format('svg'); font-weight: normal; font-style: normal; }
nginx content-type
application/x-font-woff
but in nginx mime.types stands following
application/font-woff woff;
thank :-)
Comments
Post a Comment