chore: update iconfont files
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: iconfont; /* Project id 4613488 */
|
font-family: iconfont; /* Project id 4613488 */
|
||||||
src: url('iconfont.woff2?t=1746695264114') format('woff2'),
|
src: url('iconfont.woff2?t=1747231573342') format('woff2'),
|
||||||
url('iconfont.woff?t=1746695264114') format('woff'),
|
url('iconfont.woff?t=1747231573342') format('woff'),
|
||||||
url('iconfont.ttf?t=1746695264114') format('truetype');
|
url('iconfont.ttf?t=1747231573342') format('truetype');
|
||||||
}
|
}
|
||||||
|
|
||||||
.iconfont {
|
.iconfont {
|
||||||
@@ -13,6 +13,10 @@
|
|||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icon-dark_theme::before {
|
||||||
|
content: "\e646";
|
||||||
|
}
|
||||||
|
|
||||||
.icon-theme-auto-1::before {
|
.icon-theme-auto-1::before {
|
||||||
content: "\e660";
|
content: "\e660";
|
||||||
}
|
}
|
||||||
|
|||||||
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": "44028047",
|
||||||
|
"name": "dark_theme",
|
||||||
|
"font_class": "dark_theme",
|
||||||
|
"unicode": "e646",
|
||||||
|
"unicode_decimal": 58950
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"icon_id": "44094552",
|
"icon_id": "44094552",
|
||||||
"name": "theme-auto-1",
|
"name": "theme-auto-1",
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,8 +1,8 @@
|
|||||||
import { createFromIconfontCN } from '@ant-design/icons';
|
import { createFromIconfontCN } from '@ant-design/icons';
|
||||||
// import './iconfont/iconfont.js';
|
import './iconfont/iconfont.js';
|
||||||
|
|
||||||
const IconFont = createFromIconfontCN({
|
const IconFont = createFromIconfontCN({
|
||||||
scriptUrl: '//at.alicdn.com/t/c/font_4613488_ivhneql6a1f.js'
|
scriptUrl: ''
|
||||||
});
|
});
|
||||||
|
|
||||||
export default IconFont;
|
export default IconFont;
|
||||||
|
|||||||
Reference in New Issue
Block a user