所有按钮上的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>
答案 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