<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
<style type="text/css">
/* CDN 服务仅供平台体验和调试使用,平台不承诺服务的稳定性,企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
font-family: 'iconfont'; /* Project id 3785706 */
src: url('//at.alicdn.com/t/c/font_3785706_hl7rzsj95ga.woff2?t=1669099526825') format('woff2'),
url('//at.alicdn.com/t/c/font_3785706_hl7rzsj95ga.woff?t=1669099526825') format('woff'),
url('//at.alicdn.com/t/c/font_3785706_hl7rzsj95ga.ttf?t=1669099526825') format('truetype');
}
.iconfont{
font-family:"iconfont" !important;
font-size:16px;
font-style:normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
}
.box{
font-size: 54px;
color:orange;
}
</style>
</head>
<body>
<span class="iconfont box"></span>
<span class="iconfont box"></span>
<span class="iconfont box"></span>
<span class="iconfont box"></span>
<i class="iconfont icon-xxx"></i>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
<style type="text/css">
/* CDN 服务仅供平台体验和调试使用,平台不承诺服务的稳定性,企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
font-family: 'iconfont'; /* Project id 3785706 */
src: url('//at.alicdn.com/t/c/font_3785706_hl7rzsj95ga.woff2?t=1669099526825') format('woff2'),
url('//at.alicdn.com/t/c/font_3785706_hl7rzsj95ga.woff?t=1669099526825') format('woff'),
url('//at.alicdn.com/t/c/font_3785706_hl7rzsj95ga.ttf?t=1669099526825') format('truetype');
}
.iconfont{
font-family:"iconfont" !important;
font-size:16px;
font-style:normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
}
.box{
font-size: 54px;
color:orange;
}
</style>
</head>
<body>
<span class="iconfont box"></span>
<span class="iconfont box"></span>
<span class="iconfont box"></span>
<span class="iconfont box"></span>
<i class="iconfont icon-xxx"></i>
</body>
</html>