Bootstrap glyphicon图标没有显示

时间:2015-04-15 01:51:19

标签: css twitter-bootstrap icons

所有按钮上的glyphicon图标 - bootstrap不显示在safari或chrom

我无法修复它。请帮忙!

<link href="css/bootstrap.min.css" rel="stylesheet">

<a class="btn btn-primary" href="ClockProject/index.html" 
  target="_blank">View Project 
  <span class="glyphicon glyphicon-chevron-right"></span>
</a>

1 个答案:

答案 0 :(得分:8)

您确定字体已包含在项目中吗?查看站点的控制台,您可能无法加载glyphicons(字体包)。

bootstrap/
├── css/
│   ├── bootstrap.css
│   ├── bootstrap.css.map
│   ├── bootstrap.min.css
├── js/
│   ├── bootstrap.js
│   └── bootstrap.min.js
└── fonts/
    ├── glyphicons-halflings-regular.eot
    ├── glyphicons-halflings-regular.svg
    ├── glyphicons-halflings-regular.ttf
    ├── glyphicons-halflings-regular.woff
    └── glyphicons-halflings-regular.woff2