From e94fceedd6eea178c23585fd9e1c3bb1aa6fd770 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Wed, 16 Feb 2022 10:35:28 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-1569=20fix=EF=BC=9A=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=AD=97=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/assets/css/common.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nezha-fronted/src/assets/css/common.scss b/nezha-fronted/src/assets/css/common.scss index ddb817633..4e9480621 100644 --- a/nezha-fronted/src/assets/css/common.scss +++ b/nezha-fronted/src/assets/css/common.scss @@ -1,5 +1,5 @@ * { - font-family: NotoSans-Regular, NunitoSans-Regular, Inter-Regular; + font-family: Inter-Regular, NotoSans-Regular, NunitoSans-Regular; } /* 覆盖element的loading样式 */ .el-loading-spinner .circular{ @@ -371,3 +371,6 @@ td .nz-icon-gear:before{ color: $--color-text-regular !important; box-shadow: none !important; } +input, textarea { + font-family: Inter-Regular !important; +}