移除 font-awesome
This commit is contained in:
parent
e80350e731
commit
348a4b0f0d
|
@ -1,8 +1,8 @@
|
|||
@font-face {
|
||||
font-family: "iconfont"; /* Project id 3736806 */
|
||||
src: url('iconfont.woff2?t=1668835494725') format('woff2'),
|
||||
url('iconfont.woff?t=1668835494725') format('woff'),
|
||||
url('iconfont.ttf?t=1668835494725') format('truetype');
|
||||
src: url('iconfont.woff2?t=1675495619599') format('woff2'),
|
||||
url('iconfont.woff?t=1675495619599') format('woff'),
|
||||
url('iconfont.ttf?t=1675495619599') format('truetype');
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
|
@ -13,6 +13,14 @@
|
|||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-arrows-alt-h:before {
|
||||
content: "\ef28";
|
||||
}
|
||||
|
||||
.icon-plus-circle:before {
|
||||
content: "\f082";
|
||||
}
|
||||
|
||||
.icon-csdn1:before {
|
||||
content: "\e608";
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -5,6 +5,20 @@
|
|||
"css_prefix_text": "icon-",
|
||||
"description": "",
|
||||
"glyphs": [
|
||||
{
|
||||
"icon_id": "5633818",
|
||||
"name": "arrows-alt-h",
|
||||
"font_class": "arrows-alt-h",
|
||||
"unicode": "ef28",
|
||||
"unicode_decimal": 61224
|
||||
},
|
||||
{
|
||||
"icon_id": "5634298",
|
||||
"name": "plus-circle",
|
||||
"font_class": "plus-circle",
|
||||
"unicode": "f082",
|
||||
"unicode_decimal": 61570
|
||||
},
|
||||
{
|
||||
"icon_id": "3506983",
|
||||
"name": "csdn",
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue