IE中没有显示字体禁用的Bootstrap图标

时间:2015-06-18 11:20:38

标签: css twitter-bootstrap internet-explorer glyphicons

我的客户端有IE8或IE11,有很多安全配置。他们禁用了字体下载选项,这使得引导程序图标不显示。反正有没有让它们出现?

1 个答案:

答案 0 :(得分:0)

引导程序图标通过CSS导入,如下所示:

@font-face{
    font-family:'Glyphicons Halflings';
    src:url(../fonts/glyphicons-halflings-regular.eot);
    src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),
    url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),
    url(../fonts/glyphicons-halflings-regular.woff) format('woff'),
    url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),
    url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}

相反,您可以使用URI Generator将文件转换为数据字符串值。

这将允许您使用字体图标而无需导入文件