Skip to content

Commit f1c8cd9

Browse files
authored
fix: 更正正黑字体 (#3363)
* fix(badge): 解决中文偏上问题 * fix: css 变量更新 * fix: 更正正黑字体 * fix: 更正正黑字体 * feat: 更新字体版本
1 parent b5f41f9 commit f1c8cd9

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

src/packages/badge/badge.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
}
5959

6060
&-number {
61-
font-family: 'JD';
61+
font-family: 'JDZH-Regular';
6262
}
6363

6464
&-one {

src/packages/countdown/countdown.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
font-weight: $coutdown-font-weight;
1717
font-size: $countdown-font-size;
1818
line-height: calc($countdown-font-size + 2px);
19-
font-family: 'JD';
19+
font-family: 'JDZH-Regular';
2020
}
2121
&-number,
2222
&-number-primary {

src/packages/price/price.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
&-integer,
1010
&-decimal {
1111
color: $price-color;
12-
font-family: 'JD';
12+
font-family: 'JDZH-Bold';
1313
line-height: 1;
1414
}
1515

@@ -18,7 +18,7 @@
1818
&-symbol,
1919
&-integer,
2020
&-decimal {
21-
font-family: 'JD-Bold';
21+
font-family: 'JDZH-Bold';
2222
color: $price-darkgray-color;
2323
}
2424
}
@@ -29,7 +29,7 @@
2929
&-symbol,
3030
&-integer,
3131
&-decimal {
32-
font-family: 'JD-Bold';
32+
font-family: 'JDZH-Bold';
3333
color: $price-primary-color;
3434
}
3535
}

src/packages/rate/rate.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
display: inline-flex;
101101
align-items: center;
102102
color: $rate-font-color;
103-
font-family: 'JD';
103+
font-family: 'JDZH-Regular';
104104
line-height: 1;
105105

106106
&-normal {

src/styles/jd-font.scss

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)