NEZ-1569 fix:修改默认字体

This commit is contained in:
zhangyu
2022-02-16 10:35:28 +08:00
parent 6af67c9a5d
commit e94fceedd6

View File

@@ -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;
}