Skip to content

Commit 7f1efe9

Browse files
authored
fix(): Update font weights (#1323)
1 parent e561628 commit 7f1efe9

13 files changed

+16
-20
lines changed

src/_sass/components/_accordion.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
&__heading {
1414
padding-right: 20px;
1515
font-size: 16px;
16-
font-weight: 500;
16+
font-weight: 600;
1717
color: color(gray-800);
1818
line-height: 1.71;
1919
position: relative;
@@ -38,7 +38,7 @@
3838
display: inline-block;
3939
margin-top: 7px;
4040
font-size: 14px;
41-
font-weight: 500;
41+
font-weight: 600;
4242
text-decoration: underline;
4343
}
4444

src/_sass/components/_button.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.button {
22
font-size: 12px;
3-
font-weight: 500;
3+
font-weight: 600;
44
line-height: 1.5;
55
text-align: center;
66
padding: 8px 12px;

src/_sass/components/_callout.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
line-height: 20px;
88
}
99

10-
&__text {
11-
font-weight: 500;
12-
}
13-
1410
&__input {
1511
width: 100%;
1612
}

src/_sass/components/_code-example.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
color: color(gray-700);
2727
font-size: 12px;
2828
line-height: 16px;
29-
font-weight: 500;
29+
font-weight: 600;
3030

3131
&:hover {
3232
color: color(primary);

src/_sass/components/_destination-menu.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.destination-menu {
22
&__title {
3-
font-weight: 500;
3+
font-weight: 600;
44
padding-bottom: 10px;
5-
font-size: 12px;
5+
font-size: 14px;
66
}
77

88
&__list {

src/_sass/components/_list-steps.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
height: 40px;
1010
border-radius: 50%;
1111
background-color: color(primary-lighter);
12-
font-weight: 500;
12+
font-weight: 600;
1313
color: color(primary);
1414
}
1515

src/_sass/components/_markdown.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
&::before {
170170
content: counter(list-items) ". ";
171171
color: color(primary);
172-
font-weight: 500;
172+
font-weight: 600;
173173
transform: translate(-23px, 0);
174174
}
175175
}
@@ -205,7 +205,7 @@
205205

206206
th {
207207
color: color(gray-700);
208-
font-weight: 500;
208+
font-weight: 600;
209209
padding: 12px;
210210

211211
@include breakpoint(medium up) {

src/_sass/components/_menu-item.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
}
6767

6868
&--back {
69-
font-weight: 500;
69+
font-weight: 600;
7070
font-size: 12px;
7171
color: color(gray-700);
7272
}

src/_sass/components/_menu-side.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
&__link {
1414
display: block;
15-
font-size: 12px;
15+
font-size: 14px;
1616
color: color(gray-600);
1717
line-height: 1.25;
1818

src/_sass/components/_mobile-menu-side.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515

1616
&__title {
17-
font-weight: 500;
17+
font-weight: 600;
1818
}
1919

2020
&__list {

0 commit comments

Comments
 (0)