最近一直在使用
Iconfont-阿里巴巴矢量图标库
的图标库可以选择自己需要的图标,打包下载使用中发现某些个字体图标会导致所有的图标在ie6下不显示,把他们去掉后就能显示了经过测试,发现如果这些字体没有被gzip过的话,也是能正常显示的我目前采用的解决方案是:服务器端对请求内容进行压缩的时候忽略掉ie图标字体文件
Recently, I have been using the icon library
Iconfont-Alibaba vector icon library
to select the icons I need. When I download and use it, I find that some font icons will cause all icons to not display under IE6. After removing them, they can be displayed. After testing, I found that if these fonts are not gzipped, they can also be displayed normally. The solution I currently use is:Ignore IE icon font files when compressing the request content on the server side