ответ

1

Попробуйте это в своем css. См. https://github.com/yargalot/glyphicons-bootstrap3-ie7 для получения дополнительной информации об этом решении.

.glyphicon { 
    font-family: 'Glyphicons Halflings'; 
    font-style: normal; 
    text-decoration: inherit; 
    line-height: normal; 
} 


.glyphicon-shopping-cart { 
    zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 
} 

Возможно, проблема связана с настройками безопасности браузера. См Only some glyphicons showing in IE и bootstrap 3.2.0 glyphicons are not displaying in internet explorer

Надежда, что помогает