Skip to content

Commit 61e0f8e

Browse files
committed
newsreader
1 parent 205d791 commit 61e0f8e

File tree

8 files changed

+17
-9
lines changed

8 files changed

+17
-9
lines changed

apps/svelte.dev/src/routes/blog/[slug]/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
5353
h1 {
5454
font-size: 4rem;
55-
font-weight: 500;
55+
font-weight: 600;
5656
}
5757
5858
.standfirst {

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/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
},
2323
"homepage": "https://github.com/sveltejs/svelte.dev/tree/main/packages/site-kit#readme",
2424
"dependencies": {
25-
"@fontsource/eb-garamond": "^5.1.0",
2625
"@fontsource/fira-mono": "^5.1.0",
26+
"@fontsource/newsreader": "^5.1.0",
2727
"@fontsource/yantramanav": "^5.1.0",
2828
"esm-env": "^1.0.0",
2929
"json5": "^2.2.3",

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
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
@import '@fontsource/eb-garamond';
2-
@import '@fontsource/eb-garamond/500.css';
3-
@import '@fontsource/eb-garamond/400-italic.css';
1+
@import '@fontsource/newsreader';
2+
@import '@fontsource/newsreader/600.css';
3+
@import '@fontsource/newsreader/400-italic.css';
44
@import '@fontsource/fira-mono';
55

66
/* TODO figure out which weights we actually need */

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: 'Newsreader', '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;

pnpm-lock.yaml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)