修改字体为默认字体
This commit is contained in:
parent
6c0de54285
commit
aa46380dae
|
@ -32,15 +32,15 @@
|
|||
}
|
||||
|
||||
body {
|
||||
font-family: 'MyCustomFont3', sans-serif !important;
|
||||
//font-family: 'MyCustomFont3', sans-serif !important;
|
||||
}
|
||||
|
||||
.datanum {
|
||||
font-family: 'MyCustomFont2', sans-serif;
|
||||
//font-family: 'MyCustomFont2', sans-serif;
|
||||
}
|
||||
|
||||
.analysisBG .num {
|
||||
font-family: 'MyCustomFont1', sans-serif;
|
||||
//font-family: 'MyCustomFont1', sans-serif;
|
||||
}
|
||||
|
||||
.echartsTitle {
|
||||
|
|
|
@ -510,7 +510,7 @@ export default {
|
|||
}
|
||||
|
||||
.infoTitle {
|
||||
font-family: REEJI-ZhenyanGB2.0;
|
||||
/* font-family: REEJI-ZhenyanGB2.0; */
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
color: #1964C6;
|
||||
|
@ -520,7 +520,7 @@ export default {
|
|||
position: absolute;
|
||||
top: -16px;
|
||||
width: 200px;
|
||||
font-family: REEJI-ZhenyanGB2.0;
|
||||
/* font-family: REEJI-ZhenyanGB2.0; */
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
color: #363F56;
|
||||
|
|
Loading…
Reference in New Issue
Block a user