更新图标

This commit is contained in:
jasminexz 2023-09-20 14:11:46 +08:00
parent 0cf9b7203f
commit 606831c9ce
6 changed files with 15 additions and 4 deletions

View File

@ -1,8 +1,8 @@
@font-face {
font-family: "iconbl"; /* Project id 4118609 */
src: url('iconfont.woff2?t=1694876858381') format('woff2'),
url('iconfont.woff?t=1694876858381') format('woff'),
url('iconfont.ttf?t=1694876858381') format('truetype');
src: url('iconfont.woff2?t=1695188817657') format('woff2'),
url('iconfont.woff?t=1695188817657') format('woff'),
url('iconfont.ttf?t=1695188817657') format('truetype');
}
.iconbl {
@ -13,6 +13,10 @@
-moz-osx-font-smoothing: grayscale;
}
.bl-pen:before {
content: "\e921";
}
.bl-computer-line:before {
content: "\ea46";
}

File diff suppressed because one or more lines are too long

View File

@ -5,6 +5,13 @@
"css_prefix_text": "bl-",
"description": "",
"glyphs": [
{
"icon_id": "924483",
"name": "pen",
"font_class": "pen",
"unicode": "e921",
"unicode_decimal": 59681
},
{
"icon_id": "24341450",
"name": "computer-line",