欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

bootstrap-Glyphicons字体

程序员文章站 2022-03-27 12:20:52
...
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>字体</title>
    <link rel="stylesheet" type="text/css" href="../CSS/bootstrap.css">
    <script src="../JS/jquery-3.2.1.min.js"></script>
    <script src="../JS/bootstrap.js"></script>

</head>
<body>
    <div class="container">
        <div class="row">
            <div class="glyphicon glyphicon-euro" style="font-size:40px;color: red"></div>
            1111111111111111111
            <!-- 尽量不要在图标内写内容,就只是当个图标使用
             -->
        </div>
    </div>
</body>
</html>
<!-- 
只需将类名设置为以下glyphicon glyphicon-*  例如:class="glyphicon glyphicon-euro"
有时候的图标出不来,跟路径有关
 -->
相关标签: 字体