mirror of
https://gitee.com/blossom-editor/blossom.git
synced 2025-12-07 17:28:27 +08:00
chore: 补充图标
This commit is contained in:
parent
77908005a2
commit
2f8eaff819
@ -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=1712401452479') format('woff2'),
|
src: url('iconfont.woff2?t=1712427980711') format('woff2'),
|
||||||
url('iconfont.woff?t=1712401452479') format('woff'),
|
url('iconfont.woff?t=1712427980711') format('woff'),
|
||||||
url('iconfont.ttf?t=1712401452479') format('truetype');
|
url('iconfont.ttf?t=1712427980711') format('truetype');
|
||||||
}
|
}
|
||||||
|
|
||||||
.iconbl {
|
.iconbl {
|
||||||
@ -13,6 +13,14 @@
|
|||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bl-collimation:before {
|
||||||
|
content: "\e62c";
|
||||||
|
}
|
||||||
|
|
||||||
|
.bl-search-item:before {
|
||||||
|
content: "\e753";
|
||||||
|
}
|
||||||
|
|
||||||
.bl-fileadd-line:before {
|
.bl-fileadd-line:before {
|
||||||
content: "\e659";
|
content: "\e659";
|
||||||
}
|
}
|
||||||
@ -249,10 +257,6 @@
|
|||||||
content: "\ea17";
|
content: "\ea17";
|
||||||
}
|
}
|
||||||
|
|
||||||
.bl-a-leftdirection-fill:before {
|
|
||||||
content: "\ea18";
|
|
||||||
}
|
|
||||||
|
|
||||||
.bl-record-line:before {
|
.bl-record-line:before {
|
||||||
content: "\ea19";
|
content: "\ea19";
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@ -5,6 +5,20 @@
|
|||||||
"css_prefix_text": "bl-",
|
"css_prefix_text": "bl-",
|
||||||
"description": "",
|
"description": "",
|
||||||
"glyphs": [
|
"glyphs": [
|
||||||
|
{
|
||||||
|
"icon_id": "5203274",
|
||||||
|
"name": "瞄准",
|
||||||
|
"font_class": "collimation",
|
||||||
|
"unicode": "e62c",
|
||||||
|
"unicode_decimal": 58924
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"icon_id": "577366",
|
||||||
|
"name": "搜索类目-fill",
|
||||||
|
"font_class": "search-item",
|
||||||
|
"unicode": "e753",
|
||||||
|
"unicode_decimal": 59219
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"icon_id": "7440601",
|
"icon_id": "7440601",
|
||||||
"name": "新增文件",
|
"name": "新增文件",
|
||||||
@ -418,13 +432,6 @@
|
|||||||
"unicode": "ea17",
|
"unicode": "ea17",
|
||||||
"unicode_decimal": 59927
|
"unicode_decimal": 59927
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"icon_id": "24341919",
|
|
||||||
"name": "left direction-fill",
|
|
||||||
"font_class": "a-leftdirection-fill",
|
|
||||||
"unicode": "ea18",
|
|
||||||
"unicode_decimal": 59928
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"icon_id": "24342162",
|
"icon_id": "24342162",
|
||||||
"name": "record-line",
|
"name": "record-line",
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user