Skip to content

Commit 03a105b

Browse files
committed
freight text pro
1 parent 205d791 commit 03a105b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

apps/svelte.dev/src/app.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<link rel="manifest" href="/manifest.json" />
99
<link rel="icon" type="image/png" href="/favicon.png" />
1010

11+
<link rel="stylesheet" href="https://use.typekit.net/zjn7aji.css" />
12+
1113
<meta name="twitter:site" content="@sveltejs" />
1214
<meta name="twitter:creator" content="@sveltejs" />
1315

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/* typography */
2525
--sk-font-ui: 'Yantramanav', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
2626
Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
27-
--sk-font-body: 'EB Garamond', 'Big Caslon', Palatino, 'Book Antiqua', Cambria, serif;
27+
--sk-font-body: 'freight-text-pro', 'Big Caslon', Palatino, 'Book Antiqua', Cambria, serif;
2828
--sk-font-heading: var(--sk-font-body);
2929
--sk-font-mono: 'Fira Mono', monospace;
3030
--sk-text-xxl: 3.6rem;

0 commit comments

Comments
 (0)