chore: update iconfont files
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
@font-face {
|
||||
font-family: "iconfont"; /* Project id 4613488 */
|
||||
src: url('iconfont.woff2?t=1780035199453') format('woff2'),
|
||||
url('iconfont.woff?t=1780035199453') format('woff'),
|
||||
url('iconfont.ttf?t=1780035199453') format('truetype');
|
||||
src: url('iconfont.woff2?t=1780907696624') format('woff2'),
|
||||
url('iconfont.woff?t=1780907696624') format('woff'),
|
||||
url('iconfont.ttf?t=1780907696624') format('truetype');
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
@@ -13,6 +13,18 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-billing-outlined:before {
|
||||
content: "\e70d";
|
||||
}
|
||||
|
||||
.icon-billing-filled:before {
|
||||
content: "\e70e";
|
||||
}
|
||||
|
||||
.icon-fingerprint:before {
|
||||
content: "\e70c";
|
||||
}
|
||||
|
||||
.icon-database-outlined:before {
|
||||
content: "\e70a";
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -5,6 +5,27 @@
|
||||
"css_prefix_text": "icon-",
|
||||
"description": "",
|
||||
"glyphs": [
|
||||
{
|
||||
"icon_id": "47798379",
|
||||
"name": "request_quote_24dp_1F1F1F_FILL0_wght300_GRAD0_opsz",
|
||||
"font_class": "billing-outlined",
|
||||
"unicode": "e70d",
|
||||
"unicode_decimal": 59149
|
||||
},
|
||||
{
|
||||
"icon_id": "47798378",
|
||||
"name": "request_quote_24dp_1F1F1F_FILL1_wght300_GRAD0_opsz",
|
||||
"font_class": "billing-filled",
|
||||
"unicode": "e70e",
|
||||
"unicode_decimal": 59150
|
||||
},
|
||||
{
|
||||
"icon_id": "47761129",
|
||||
"name": "fingerprint",
|
||||
"font_class": "fingerprint",
|
||||
"unicode": "e70c",
|
||||
"unicode_decimal": 59148
|
||||
},
|
||||
{
|
||||
"icon_id": "47654402",
|
||||
"name": "database_24dp_1F1F1F_FILL0_wght300_GRAD0_opsz24 (1",
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -327,7 +327,7 @@ export default (props: any) => {
|
||||
config={{
|
||||
apiBaseUrl: GPUSTACK_API_BASE_URL,
|
||||
theme: userSettings.theme,
|
||||
iconUrl: '//at.alicdn.com/t/c/font_4613488_or5t9922sfk.js',
|
||||
iconUrl: '',
|
||||
isDarkTheme: userSettings.isDarkTheme,
|
||||
defaultColorPrimary: COLOR_PRIMARY
|
||||
}}
|
||||
|
||||
@@ -205,7 +205,7 @@ const Login = () => {
|
||||
config={{
|
||||
apiBaseUrl: GPUSTACK_API_BASE_URL,
|
||||
theme: userSettings.theme,
|
||||
iconUrl: '//at.alicdn.com/t/c/font_4613488_rwchdketjg8.js',
|
||||
iconUrl: '',
|
||||
isDarkTheme: userSettings.isDarkTheme,
|
||||
defaultColorPrimary: COLOR_PRIMARY
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user