修改字体为默认字体
This commit is contained in:
parent
6c0de54285
commit
aa46380dae
|
@ -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 {
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user