feat: 设置全局字体

This commit is contained in:
chenjinsong
2022-07-13 17:37:25 +08:00
parent c0496c7d89
commit eca3878819
4 changed files with 3 additions and 4 deletions

View File

@@ -13,7 +13,6 @@
display: flex;
flex-direction: column;
.ddos-detection-type-value-name {
font-family: NotoSansSChineseRegular;
font-size: 12px;
color: #575757;
line-height: 12px;
@@ -21,7 +20,6 @@
margin-bottom: 12px;
}
.ddos-detection-type-value-number {
font-family: NotoSerifMyanmar-Medium;
font-size: 18px;
color: #E26154;
line-height: 12px;

View File

@@ -34,7 +34,6 @@
.line-select-metric,.line-select-reference-line {
display: flex;
span {
font-family: NotoSansSChineseRegular;
font-size: 12px;
color: #575757;
font-weight: 400;

View File

@@ -8,7 +8,8 @@
padding: 0 20px 20px;
.panel__title {
font-size: 20px;
font-size: 24px;
font-weight: 900;
color: #353636;
}
.panel__time {