1:字体图标-下载字体
iconfont 图标库:https://www.iconfont.cn/
下载字体
登录-素材库-官方图标库-进入图标库-选图标,加入购物车,添加至项目,确定-下载到本地。
在项目页面添加 <link rel="stylesheet" href="./iconfont/iconfont.css"> 字体图标的引用。
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>使用字体图标</title>
<link rel="stylesheet" href="./iconfont/iconfont.css">
<style>
/* 如果要调整字体图标,注意 选择器的优先级 要高于 iconfont */
.iconfont{
font-size: 200px;
color: red;
}
</style>
</head>
<body>
<span class="iconfont icon-icon-test2"></span>
</body>
上传字体:如果找不到自己想要的,也可以自己上传