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