NEZ-1569 fix:修改默认字体
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user