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

This commit is contained in:
Hefeng
2023-10-27 18:02:09 +08:00
parent a41c64e7b4
commit 0bf90ff081
4 changed files with 14 additions and 2 deletions

Binary file not shown.

View File

@ -1,6 +1,6 @@
@font-face {
font-family: "iconfont"; /* Project id */
src: url('./iconfont-ttf/icon-weixiu.ttf') format('truetype');
src: url('./iconfont-ttf/iconfont.ttf') format('truetype');
}
.iconfont {
@ -15,3 +15,15 @@
content: "\e640";
}
.icon-gongdan:before {
content: "\e64d";
}
.icon-comment:before {
content: "\e643";
}
.icon-visible:before {
content: "\e644";
}