Skip to content

Commit 9df8883

Browse files
committed
use EB Garamond for headers as well
1 parent d9cc357 commit 9df8883

File tree

16 files changed

+20
-18
lines changed

16 files changed

+20
-18
lines changed

apps/svelte.dev/src/routes/(authed)/playground/[id]/AppControls.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ export default app;`
288288
padding: 0.2em;
289289
opacity: 0.7;
290290
transition: opacity 0.3s;
291-
font-family: var(--sk-font-heading);
291+
font-family: var(--sk-font-ui);
292292
font-size: 1.6rem;
293293
color: var(--sk-text-1);
294294
line-height: 1;
@@ -310,7 +310,7 @@ export default app;`
310310
background: transparent;
311311
border: none;
312312
color: currentColor;
313-
font-family: var(--sk-font-heading);
313+
font-family: var(--sk-font-ui);
314314
font-size: var(--sk-text-m);
315315
opacity: 0.7;
316316
outline: none;

apps/svelte.dev/src/routes/(authed)/playground/[id]/UserMenu.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
.name {
6464
line-height: 1;
6565
display: none;
66-
font-family: var(--sk-font-heading);
66+
font-family: var(--sk-font-ui);
6767
font-size: 1.6rem;
6868
}
6969

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
5555
h1 {
5656
font-size: 4rem;
57-
font-weight: 400;
57+
font-weight: 500;
5858
}
5959
6060
.standfirst {

apps/svelte.dev/src/routes/docs/[...path]/+page.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
line-height: 1;
7474
z-index: 2;
7575
margin: 6rem 0 2rem 0;
76-
font-family: var(--sk-font-heading);
76+
font-family: var(--sk-font-ui);
7777
7878
a {
7979
text-decoration: none;
@@ -111,7 +111,7 @@
111111
font-size: var(--sk-text-s);
112112
text-transform: uppercase;
113113
font-weight: 400;
114-
font-family: var(--sk-font-heading);
114+
font-family: var(--sk-font-ui);
115115
color: var(--sk-text-3);
116116
}
117117

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

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

1111
<style>
1212
.breadcrumbs {
13-
font-family: var(--sk-font-heading);
13+
font-family: var(--sk-font-ui);
1414
font-size: var(--sk-text-xs);
1515
color: var(--sk-text-4);
1616
text-transform: uppercase;

apps/svelte.dev/src/routes/tutorial/[slug]/Loading.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
justify-content: center;
135135
background: var(--sk-back-2);
136136
user-select: none;
137-
font-family: var(--sk-font-heading);
137+
font-family: var(--sk-font-ui);
138138
}
139139
140140
.progress-container {

apps/svelte.dev/src/routes/tutorial/[slug]/Sidebar.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
195195
footer .edit {
196196
color: var(--sk-text-2);
197-
font-family: var(--sk-font-heading);
197+
font-family: var(--sk-font-ui);
198198
font-size: var(--sk-text-s);
199199
padding: 0 0 0 1.4em;
200200
background: url($lib/icons/file-edit.svg) no-repeat 0 calc(50% - 0.1em);

apps/svelte.dev/src/routes/tutorial/[slug]/filetree/Item.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
background-size: 1.2rem 1.2rem;
120120
background-position: 0 45%;
121121
background-repeat: no-repeat;
122-
font-family: var(--sk-font-heading);
122+
font-family: var(--sk-font-ui);
123123
font-size: var(--sk-text-s);
124124
}
125125

packages/repl/src/lib/Input/ComponentSelector.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
.add-new {
305305
position: relative;
306306
display: inline-block;
307-
font: 300 var(--sk-text-s) / 1.8rem var(--sk-font-heading);
307+
font: 300 var(--sk-text-s) / 1.8rem var(--sk-font-ui);
308308
background: var(--sk-back-1);
309309
border: none;
310310
border-bottom: 3px solid transparent;

packages/repl/src/lib/Output/Output.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
background: var(--sk-back-1, white);
119119
text-align: left;
120120
position: relative;
121-
font: 300 var(--sk-text-s) / 1.8rem var(--sk-font-heading);
121+
font: 300 var(--sk-text-s) / 1.8rem var(--sk-font-ui);
122122
border: none;
123123
border-bottom: 3px solid transparent;
124124
padding: 12px 12px 8px 12px;

0 commit comments

Comments
 (0)