mirror of
https://github.com/blossom-editor/blossom
synced 2024-11-17 14:39:21 +08:00
chore: 补充图标
This commit is contained in:
parent
74d604b75a
commit
35110c413a
@ -1,8 +1,8 @@
|
||||
@font-face {
|
||||
font-family: "iconbl"; /* Project id 4118609 */
|
||||
src: url('iconfont.woff2?t=1704383007925') format('woff2'),
|
||||
url('iconfont.woff?t=1704383007925') format('woff'),
|
||||
url('iconfont.ttf?t=1704383007925') format('truetype');
|
||||
src: url('iconfont.woff2?t=1704477350520') format('woff2'),
|
||||
url('iconfont.woff?t=1704477350520') format('woff'),
|
||||
url('iconfont.ttf?t=1704477350520') format('truetype');
|
||||
}
|
||||
|
||||
.iconbl {
|
||||
@ -13,6 +13,14 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.bl-and:before {
|
||||
content: "\e71b";
|
||||
}
|
||||
|
||||
.bl-wuneirong:before {
|
||||
content: "\e6a7";
|
||||
}
|
||||
|
||||
.bl-enter:before {
|
||||
content: "\e65a";
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
@ -5,6 +5,20 @@
|
||||
"css_prefix_text": "bl-",
|
||||
"description": "",
|
||||
"glyphs": [
|
||||
{
|
||||
"icon_id": "8990451",
|
||||
"name": "相交",
|
||||
"font_class": "and",
|
||||
"unicode": "e71b",
|
||||
"unicode_decimal": 59163
|
||||
},
|
||||
{
|
||||
"icon_id": "17525623",
|
||||
"name": "无内容",
|
||||
"font_class": "wuneirong",
|
||||
"unicode": "e6a7",
|
||||
"unicode_decimal": 59047
|
||||
},
|
||||
{
|
||||
"icon_id": "12687054",
|
||||
"name": "回车",
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user