补充图标

This commit is contained in:
xiaozzzi
2023-12-12 23:56:29 +08:00
parent 8c83ec9402
commit 4944ef9801
6 changed files with 26 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
@font-face {
font-family: "iconbl"; /* Project id 4118609 */
src: url('iconfont.woff2?t=1701776061440') format('woff2'),
url('iconfont.woff?t=1701776061440') format('woff'),
url('iconfont.ttf?t=1701776061440') format('truetype');
src: url('iconfont.woff2?t=1702393359707') format('woff2'),
url('iconfont.woff?t=1702393359707') format('woff'),
url('iconfont.ttf?t=1702393359707') format('truetype');
}
.iconbl {
@@ -13,6 +13,14 @@
-moz-osx-font-smoothing: grayscale;
}
.bl-xiaoxie:before {
content: "\e603";
}
.bl-daxie:before {
content: "\e601";
}
.bl-left-line:before {
content: "\ea49";
}

File diff suppressed because one or more lines are too long

View File

@@ -5,6 +5,20 @@
"css_prefix_text": "bl-",
"description": "",
"glyphs": [
{
"icon_id": "11179871",
"name": "小写",
"font_class": "xiaoxie",
"unicode": "e603",
"unicode_decimal": 58883
},
{
"icon_id": "17873550",
"name": "大写",
"font_class": "daxie",
"unicode": "e601",
"unicode_decimal": 58881
},
{
"icon_id": "24341867",
"name": "left-line",