任何人都可以告诉我,为什么我的icomoon字体在IE 10/11中无效(边缘工作正常)
这是我的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
但是在nginx中,mime.types紧随其后
application/font-woff woff;
感谢您的帮助: - )