Skip to content
2 changes: 1 addition & 1 deletion src/packages/badge/badge.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}

&-number {
font-family: 'JD';
font-family: 'JDZH-Regular';
}

&-one {
Expand Down
2 changes: 1 addition & 1 deletion src/packages/countdown/countdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
font-weight: $coutdown-font-weight;
font-size: $countdown-font-size;
line-height: calc($countdown-font-size + 2px);
font-family: 'JD';
font-family: 'JDZH-Regular';
}
&-number,
&-number-primary {
Expand Down
6 changes: 3 additions & 3 deletions src/packages/price/price.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
&-integer,
&-decimal {
color: $price-color;
font-family: 'JD';
font-family: 'JDZH-Bold';
line-height: 1;
}

Expand All @@ -18,7 +18,7 @@
&-symbol,
&-integer,
&-decimal {
font-family: 'JD-Bold';
font-family: 'JDZH-Bold';
color: $price-darkgray-color;
}
}
Expand All @@ -29,7 +29,7 @@
&-symbol,
&-integer,
&-decimal {
font-family: 'JD-Bold';
font-family: 'JDZH-Bold';
color: $price-primary-color;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/packages/rate/rate.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
display: inline-flex;
align-items: center;
color: $rate-font-color;
font-family: 'JD';
font-family: 'JDZH-Regular';
line-height: 1;

&-normal {
Expand Down
8 changes: 4 additions & 4 deletions src/styles/jd-font.scss

Large diffs are not rendered by default.

Loading