chore: fui-preview 引入阿里巴巴图标

This commit is contained in:
Hefeng
2023-10-26 10:25:20 +08:00
parent 2c92d98c0a
commit 112b831344
4 changed files with 21 additions and 3 deletions

View File

@ -0,0 +1,17 @@
@font-face {
font-family: "iconfont"; /* Project id */
src: url('./iconfont-ttf/icon-weixiu.ttf') format('truetype');
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-weixiu:before {
content: "\e640";
}