mirror of
https://github.com/blossom-editor/blossom
synced 2024-11-17 14:39:21 +08:00
chore: 增加图标
This commit is contained in:
parent
525cdaa42b
commit
f5e3b74b8d
@ -1,8 +1,8 @@
|
||||
@font-face {
|
||||
font-family: "iconbl"; /* Project id 4118609 */
|
||||
src: url('iconfont.woff2?t=1704477350520') format('woff2'),
|
||||
url('iconfont.woff?t=1704477350520') format('woff'),
|
||||
url('iconfont.ttf?t=1704477350520') format('truetype');
|
||||
src: url('iconfont.woff2?t=1705580585193') format('woff2'),
|
||||
url('iconfont.woff?t=1705580585193') format('woff'),
|
||||
url('iconfont.ttf?t=1705580585193') format('truetype');
|
||||
}
|
||||
|
||||
.iconbl {
|
||||
@ -13,6 +13,10 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.bl-scroll:before {
|
||||
content: "\e610";
|
||||
}
|
||||
|
||||
.bl-and:before {
|
||||
content: "\e71b";
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
@ -5,6 +5,13 @@
|
||||
"css_prefix_text": "bl-",
|
||||
"description": "",
|
||||
"glyphs": [
|
||||
{
|
||||
"icon_id": "9691336",
|
||||
"name": "滚轮滚动",
|
||||
"font_class": "scroll",
|
||||
"unicode": "e610",
|
||||
"unicode_decimal": 58896
|
||||
},
|
||||
{
|
||||
"icon_id": "8990451",
|
||||
"name": "相交",
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user