补充图标

This commit is contained in:
xiaozzzi 2023-11-17 15:57:50 +08:00
parent 887f4c6a7a
commit 06b1f094c7
4 changed files with 23 additions and 3 deletions

View File

@ -1,8 +1,8 @@
@font-face {
font-family: "iconbl"; /* Project id 4118609 */
src: url('iconfont.woff2?t=1698999782697') format('woff2'),
url('iconfont.woff?t=1698999782697') format('woff'),
url('iconfont.ttf?t=1698999782697') format('truetype');
src: url('iconfont.woff2?t=1700052803565') format('woff2'),
url('iconfont.woff?t=1700052803565') format('woff'),
url('iconfont.ttf?t=1700052803565') format('truetype');
}
.iconbl {
@ -13,6 +13,26 @@
-moz-osx-font-smoothing: grayscale;
}
.bl-a-boxsubtract-line:before {
content: "\ea4d";
}
.bl-a-boxaddition-line:before {
content: "\ea4e";
}
.bl-heat-map:before {
content: "\e65f";
}
.bl-Heatmap:before {
content: "\e63f";
}
.bl-heatmap:before {
content: "\e600";
}
.bl-check:before {
content: "\e6b8";
}