Bootstrap 字形图标未显示

Bootstrap glyphicon icon not showing

所有按钮上的字形图标 - 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>

你确定字体已经包含在项目中了吗?查看您网站的控制台时,您遇到错误,无法加载字形(字体包)。

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