CN-1592 fix: 更换tag菜单图标

This commit is contained in:
chenjinsong
2024-03-28 19:43:17 +08:00
parent 46da17f75e
commit 247c3ae7ef
5 changed files with 8 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
@font-face {
font-family: "cn-icon"; /* Project id 2614877 */
src: url('iconfont.woff2?t=1709781230670') format('woff2'),
url('iconfont.woff?t=1709781230670') format('woff'),
url('iconfont.ttf?t=1709781230670') format('truetype');
src: url('iconfont.woff2?t=1711625913930') format('woff2'),
url('iconfont.woff?t=1711625913930') format('woff'),
url('iconfont.ttf?t=1711625913930') format('truetype');
}
.cn-icon {
@@ -13,6 +13,10 @@
-moz-osx-font-smoothing: grayscale;
}
.cn-icon-tag-fill:before {
content: "\e775";
}
.cn-icon-follow:before {
content: "\e83b";
}

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.