Skip to content

Commit de295a0

Browse files
committed
bump weights
1 parent 03a105b commit de295a0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/svelte.dev/src/routes/docs/[...path]/OnThisPage.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
& label {
161161
font-size: var(--sk-text-m);
162162
163-
font-weight: 500;
163+
font-weight: 600;
164164
display: block;
165165
166166
&::before {

packages/site-kit/src/lib/docs/DocsContents.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
padding-bottom: 0.8rem;
9898
font-size: var(--sk-text-m);
9999
font-family: var(--sk-font-heading);
100-
font-weight: 500;
100+
font-weight: 600;
101101
color: var(--sk-text-1);
102102
}
103103

packages/site-kit/src/lib/styles/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ h1 {
8585
:where(h1, h2, h3, h4, h5, h6) {
8686
position: relative;
8787
font-family: var(--sk-font-heading);
88-
font-weight: 500;
88+
font-weight: 600;
8989
line-height: 1.35;
9090
color: var(--sk-text-1);
9191
}

0 commit comments

Comments
 (0)