我们正在使用icomoon作为我们的图标字体,它们可以在Chrome和Firefox中正常工作,但不会在IE11中显示…有时候.它似乎在第一页加载工作,但不是在后续页面加载.清除缓存似乎没有重置.此问题可能存在于其他IE版本中,现在我们只关注IE11.
这是我们的@ font-face:
@font-face { font-family: 'icon'; src:url('fonts/icon.eot?-3q3vo5'); src:url('fonts/icon.eot?#iefix-3q3vo5') format('embedded-opentype'),url('fonts/icon.woff?-3q3vo5') format('woff'),url('fonts/icon.ttf?-3q3vo5') format('truetype'),url('fonts/icon.svg?-3q3vo5#rezku') format('svg'); font-weight: normal; font-style: normal; } [class^="icon-"],[class*=" icon-"] { font-family: 'icon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-alphabet:before { content: "\e600"; } /* etc etc etc */
但是这里是奇怪的地方.看开发人员工具,正在发送一个HTTP请求的字体,但只有几百个字节正在接收(可能只是标题).
但HTTP响应将内容长度正确列出为几千字节.
“响应体”选项卡只是说“没有数据要查看”.
您可以在“网络面板”屏幕中看到Google字体的行为不如此.
粘贴位置栏中的URL会导致正在下载的完整文件.