更新图标
This commit is contained in:
parent
8bc0ab460c
commit
a75502415c
|
@ -1,8 +1,8 @@
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "iconfont"; /* Project id 4723712 */
|
font-family: "iconfont"; /* Project id 4723712 */
|
||||||
src: url('iconfont.woff2?t=1730343912063') format('woff2'),
|
src: url('iconfont.woff2?t=1730356699416') format('woff2'),
|
||||||
url('iconfont.woff?t=1730343912063') format('woff'),
|
url('iconfont.woff?t=1730356699416') format('woff'),
|
||||||
url('iconfont.ttf?t=1730343912063') format('truetype');
|
url('iconfont.ttf?t=1730356699416') format('truetype');
|
||||||
}
|
}
|
||||||
|
|
||||||
.iconfont {
|
.iconfont {
|
||||||
|
@ -13,6 +13,10 @@
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icon--kejian:before {
|
||||||
|
content: "\e6a3";
|
||||||
|
}
|
||||||
|
|
||||||
.icon-fanhui:before {
|
.icon-fanhui:before {
|
||||||
content: "\e604";
|
content: "\e604";
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -5,6 +5,13 @@
|
||||||
"css_prefix_text": "icon-",
|
"css_prefix_text": "icon-",
|
||||||
"description": "",
|
"description": "",
|
||||||
"glyphs": [
|
"glyphs": [
|
||||||
|
{
|
||||||
|
"icon_id": "6571029",
|
||||||
|
"name": "60-课件",
|
||||||
|
"font_class": "-kejian",
|
||||||
|
"unicode": "e6a3",
|
||||||
|
"unicode_decimal": 59043
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"icon_id": "26283779",
|
"icon_id": "26283779",
|
||||||
"name": "返回",
|
"name": "返回",
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue