Bootstrap glyphicon图标没有显示

use*_*r21 0 css icons twitter-bootstrap

所有按钮上的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>
Run Code Online (Sandbox Code Playgroud)

Aar*_*ton 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
Run Code Online (Sandbox Code Playgroud)