找回密码
 立即注册

css字体图标 [复制链接]

admin 2025-5-20 15:55:07 108
1.jpg

2.jpg

3.jpg

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

随机推荐

0 回复

发布新话题
搜索
返回顶部