修改字体为默认字体

This commit is contained in:
RenCheng 2025-04-23 13:59:49 +08:00
parent 6c0de54285
commit aa46380dae
2 changed files with 5 additions and 5 deletions

View File

@ -32,15 +32,15 @@
} }
body { body {
font-family: 'MyCustomFont3', sans-serif !important; //font-family: 'MyCustomFont3', sans-serif !important;
} }
.datanum { .datanum {
font-family: 'MyCustomFont2', sans-serif; //font-family: 'MyCustomFont2', sans-serif;
} }
.analysisBG .num { .analysisBG .num {
font-family: 'MyCustomFont1', sans-serif; //font-family: 'MyCustomFont1', sans-serif;
} }
.echartsTitle { .echartsTitle {

View File

@ -510,7 +510,7 @@ export default {
} }
.infoTitle { .infoTitle {
font-family: REEJI-ZhenyanGB2.0; /* font-family: REEJI-ZhenyanGB2.0; */
font-weight: 400; font-weight: 400;
font-size: 16px; font-size: 16px;
color: #1964C6; color: #1964C6;
@ -520,7 +520,7 @@ export default {
position: absolute; position: absolute;
top: -16px; top: -16px;
width: 200px; width: 200px;
font-family: REEJI-ZhenyanGB2.0; /* font-family: REEJI-ZhenyanGB2.0; */
font-weight: 400; font-weight: 400;
font-size: 16px; font-size: 16px;
color: #363F56; color: #363F56;