- <title>使用字体图标</title>
- <link rel="stylesheet" href="./iconfont/iconfont.css">
- <style>
- /* 如果要调整字体大小,注意 选择器的优先级 要高于 iconfont 类 */
- .iconfont {
- font-size: 200px;
- color: orange;
- }
- </style>
- </head>
- <body>
- <span class="iconfont icon-icon-test3"></span>
- </body>
复制代码
|