为什么我的bootstrap glyphicons会被渲染成中文字符?

Nat*_*nes 5 html javascript css twitter-bootstrap glyphicons

我使用的引导与定制版本的bootstrap.css版本3.1.1使用他们的自定义页面.我改变的唯一设置是@grid-float-breakpoint设置为@screen-desktop.我的定制内容bootstrap.css可以在这里找到.

我的glyphicon span看起来像:

<span class="glyphicon glyphicon-ok form-control-feedback"></span>
Run Code Online (Sandbox Code Playgroud)

并呈现给: glyphicon-ok汉字

glyphicon-remove跨度也呈现为一个中国字.

<span class="glyphicon glyphicon-remove form-control-feedback"></span>
Run Code Online (Sandbox Code Playgroud)

并呈现给: glyphicon-remove汉字

Nat*_*nes 0

再次将字体文件复制到服务器并清除浏览器的缓存已经解决了这个问题。我不明白这两个浏览器如何存在缓存问题,但这就是解决问题的方法。