Bootstrap-sass 3.3.6 + Bower =没有glyphicon

时间:2016-03-07 10:26:20

标签: javascript twitter-bootstrap bower glyphicons

我已通过Bower安装在我的项目"bootstrap-sass": "~3.3.6"中。在我的index.html我已经注射了autoamticaly:

<script src="bower_components/bootstrap-sass/assets/javascripts/bootstrap.js"></script>

在我的style.scss中我说了这个:

@import '../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap';

为了让glyphicons工作,我缺少什么?

1 个答案:

答案 0 :(得分:0)

glyphicons是一种字体,而不是显示字符,它显示矢量图像

所以为了显示你需要的图标,除了添加sass之外,确保dist文件夹上的字体位于相对路径中,以便css @font-face能够正确加载

你可以通过打开网络检查路径(在chrome中),你应该看到字体路径的错误为404