Skip to content

Commit bd87e9e

Browse files
committed
add freight display/sans
1 parent 4838b0a commit bd87e9e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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: 600;
163+
font-weight: 700;
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: 600;
100+
font-weight: 700;
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: 600;
88+
font-weight: 700;
8989
line-height: 1.2;
9090
color: var(--sk-text-1);
9191
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
--sk-banner-bottom-height: 0px;
2323

2424
/* typography */
25-
--sk-font-ui: 'Yantramanav', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
25+
--sk-font-ui: 'freight-sans-pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
2626
Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
2727
--sk-font-body: 'freight-text-pro', 'Big Caslon', Palatino, 'Book Antiqua', Cambria, serif;
28-
--sk-font-heading: var(--sk-font-body);
28+
--sk-font-heading: 'freight-display-pro', var(--sk-font-body);
2929
--sk-font-mono: 'Fira Mono', monospace;
3030
--sk-text-xxl: 3.6rem;
3131
--sk-text-xl: 3rem;

0 commit comments

Comments
 (0)