nginx - font-face (icomoon) font not working IE -


can tell me, why icomoon font not working in ie 10/11 (edge working properly)

https://www.fhstp.ac.at

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

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -