twitter-bootstrap – Twitter Bootstrap 3图标,显示一个正方形

前端之家收集整理的这篇文章主要介绍了twitter-bootstrap – Twitter Bootstrap 3图标,显示一个正方形前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
字体文件在正确的地方,HTML代码是使用charset utf-8。

代码如下:

<!DOCTYPE html>
<html>
<head>
    <Meta chaset="utf-8">
    <title>Teste icone</title>
    <link rel="stylesheet" type="text/css" href="css/bootstrap.css">
</head>
<body>

    <button type="button" class="btn btn-default btn-lg">
        <span class="glyphicon glyphicon-star"></span> Star
    </button>

</body>
</html>

并且它的文件结构:

-css
   *bootstrap.min.css
-fonts
    *all font files here
*index.html

奇怪的是,当我看看调试所有的字体文件正确加载

解决方法

尝试重新下载字体,可能已损坏。

检查MD5

MD5 (glyphicons-halflings-regular.eot) = 2469ccfe446daa49d5c1446732d1436d
MD5 (glyphicons-halflings-regular.svg) = 3b31e1de93290779334c84c9b07c6eed
MD5 (glyphicons-halflings-regular.ttf) = aa9c7490c2fd52cb96c729753cc4f2d5
MD5 (glyphicons-halflings-regular.woff) = 7c4cbe928205c888831ba76548563ca3

猜你在找的Bootstrap相关文章