mirror of
https://github.com/blossom-editor/blossom
synced 2024-11-17 22:48:03 +08:00
增加图标
This commit is contained in:
parent
d0127dbed8
commit
fc2dc52ce2
@ -1,8 +1,8 @@
|
||||
@font-face {
|
||||
font-family: "iconbl"; /* Project id 4118609 */
|
||||
src: url('iconfont.woff2?t=1693997980759') format('woff2'),
|
||||
url('iconfont.woff?t=1693997980759') format('woff'),
|
||||
url('iconfont.ttf?t=1693997980759') format('truetype');
|
||||
src: url('iconfont.woff2?t=1694876858381') format('woff2'),
|
||||
url('iconfont.woff?t=1694876858381') format('woff'),
|
||||
url('iconfont.ttf?t=1694876858381') format('truetype');
|
||||
}
|
||||
|
||||
.iconbl {
|
||||
@ -13,6 +13,34 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.bl-computer-line:before {
|
||||
content: "\ea46";
|
||||
}
|
||||
|
||||
.bl-a-fixedposition-line:before {
|
||||
content: "\ea47";
|
||||
}
|
||||
|
||||
.bl-a-boxchoice-line:before {
|
||||
content: "\e9d8";
|
||||
}
|
||||
|
||||
.bl-a-boxdownload-line:before {
|
||||
content: "\ea4a";
|
||||
}
|
||||
|
||||
.bl-flag-line:before {
|
||||
content: "\ea4b";
|
||||
}
|
||||
|
||||
.bl-a-flowchart1-line:before {
|
||||
content: "\ea4c";
|
||||
}
|
||||
|
||||
.bl-a-morecross-line:before {
|
||||
content: "\ea49";
|
||||
}
|
||||
|
||||
.bl-fanqiezhong:before {
|
||||
content: "\e618";
|
||||
}
|
||||
@ -205,18 +233,6 @@
|
||||
content: "\ea0e";
|
||||
}
|
||||
|
||||
.bl-blossom-logo-dark:before {
|
||||
content: "\e601";
|
||||
}
|
||||
|
||||
.bl-blossom-logo-grey:before {
|
||||
content: "\e602";
|
||||
}
|
||||
|
||||
.bl-blossom-logo:before {
|
||||
content: "\62";
|
||||
}
|
||||
|
||||
.bl-delete-line:before {
|
||||
content: "\e9e1";
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
@ -5,6 +5,55 @@
|
||||
"css_prefix_text": "bl-",
|
||||
"description": "",
|
||||
"glyphs": [
|
||||
{
|
||||
"icon_id": "24341450",
|
||||
"name": "computer-line",
|
||||
"font_class": "computer-line",
|
||||
"unicode": "ea46",
|
||||
"unicode_decimal": 59974
|
||||
},
|
||||
{
|
||||
"icon_id": "24341646",
|
||||
"name": "fixed position-line",
|
||||
"font_class": "a-fixedposition-line",
|
||||
"unicode": "ea47",
|
||||
"unicode_decimal": 59975
|
||||
},
|
||||
{
|
||||
"icon_id": "24341217",
|
||||
"name": "box choice-line",
|
||||
"font_class": "a-boxchoice-line",
|
||||
"unicode": "e9d8",
|
||||
"unicode_decimal": 59864
|
||||
},
|
||||
{
|
||||
"icon_id": "24341244",
|
||||
"name": "box download-line",
|
||||
"font_class": "a-boxdownload-line",
|
||||
"unicode": "ea4a",
|
||||
"unicode_decimal": 59978
|
||||
},
|
||||
{
|
||||
"icon_id": "24341693",
|
||||
"name": "flag-line",
|
||||
"font_class": "flag-line",
|
||||
"unicode": "ea4b",
|
||||
"unicode_decimal": 59979
|
||||
},
|
||||
{
|
||||
"icon_id": "24341703",
|
||||
"name": "flow chart 1-line",
|
||||
"font_class": "a-flowchart1-line",
|
||||
"unicode": "ea4c",
|
||||
"unicode_decimal": 59980
|
||||
},
|
||||
{
|
||||
"icon_id": "24341988",
|
||||
"name": "more 1-line",
|
||||
"font_class": "a-morecross-line",
|
||||
"unicode": "ea49",
|
||||
"unicode_decimal": 59977
|
||||
},
|
||||
{
|
||||
"icon_id": "23655473",
|
||||
"name": "番茄钟",
|
||||
@ -341,27 +390,6 @@
|
||||
"unicode": "ea0e",
|
||||
"unicode_decimal": 59918
|
||||
},
|
||||
{
|
||||
"icon_id": "36393612",
|
||||
"name": "blossom-logo-dark",
|
||||
"font_class": "blossom-logo-dark",
|
||||
"unicode": "e601",
|
||||
"unicode_decimal": 58881
|
||||
},
|
||||
{
|
||||
"icon_id": "36393841",
|
||||
"name": "blossom-logo-grey",
|
||||
"font_class": "blossom-logo-grey",
|
||||
"unicode": "e602",
|
||||
"unicode_decimal": 58882
|
||||
},
|
||||
{
|
||||
"icon_id": "36393559",
|
||||
"name": "blossom-logo",
|
||||
"font_class": "blossom-logo",
|
||||
"unicode": "62",
|
||||
"unicode_decimal": 98
|
||||
},
|
||||
{
|
||||
"icon_id": "24341467",
|
||||
"name": "delete-line",
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user