fix: 更新iconfont图标

This commit is contained in:
刘洪洪
2023-06-19 17:34:20 +08:00
parent 5e682f81d9
commit a0609faaac
5 changed files with 16 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
@font-face {
font-family: "cn-icon"; /* Project id 2614877 */
src: url('iconfont.woff2?t=1686732490777') format('woff2'),
url('iconfont.woff?t=1686732490777') format('woff'),
url('iconfont.ttf?t=1686732490777') format('truetype');
src: url('iconfont.woff2?t=1687167070241') format('woff2'),
url('iconfont.woff?t=1687167070241') format('woff'),
url('iconfont.ttf?t=1687167070241') format('truetype');
}
.cn-icon {
@@ -13,6 +13,18 @@
-moz-osx-font-smoothing: grayscale;
}
.cn-icon-expand-relationship:before {
content: "\e7f8";
}
.cn-icon-resolve-ip:before {
content: "\e7f9";
}
.cn-icon-subdomain:before {
content: "\e7fa";
}
.cn-icon-graph:before {
content: "\e7f5";
}

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.