Skip to content

Commit 8d30f20

Browse files
committed
Update heading font from Poppins to Aeonik Pro
1 parent 9b4bcb8 commit 8d30f20

18 files changed

Lines changed: 103 additions & 35 deletions

src/app.html

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -16,30 +16,6 @@
1616
as="font"
1717
type="font/woff2"
1818
crossorigin />
19-
<link
20-
rel="preload"
21-
href="/fonts/poppins/poppins-v19-latin-500.woff2"
22-
as="font"
23-
type="font/woff2"
24-
crossorigin />
25-
<link
26-
rel="preload"
27-
href="/fonts/poppins/poppins-v19-latin-600.woff2"
28-
as="font"
29-
type="font/woff2"
30-
crossorigin />
31-
<link
32-
rel="preload"
33-
href="/fonts/poppins/poppins-v19-latin-700.woff2"
34-
as="font"
35-
type="font/woff2"
36-
crossorigin />
37-
<link
38-
rel="preload"
39-
href="/fonts/source-code-pro/source-code-pro-v20-latin-regular.woff2"
40-
as="font"
41-
type="font/woff2"
42-
crossorigin />
4319
<link rel="preload" as="style" type="text/css" href="/fonts/main.css" />
4420
<link rel="stylesheet" href="/fonts/main.css" />
4521
<meta name="viewport" content="width=device-width, initial-scale=1" />

src/lib/layout/unauthenticated.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
position: relative;
224224
225225
p {
226-
font-family: 'Poppins';
226+
font-family: 'Aeonik Pro';
227227
font-size: clamp(3.5rem, 7vw, 5.25rem);
228228
font-weight: 700;
229229
}
@@ -251,7 +251,7 @@
251251
.mobile-beta {
252252
text-align: center;
253253
align-self: center;
254-
font-family: 'Poppins';
254+
font-family: 'Aeonik Pro';
255255
font-size: 1.125rem;
256256
font-weight: 700;
257257
text-transform: uppercase;

src/routes/+layout.svelte

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,4 +206,8 @@
206206
mask-composite: exclude;
207207
pointer-events: none;
208208
}
209+
210+
:root {
211+
--heading-font: 'Aeonik Pro', arial, sans-serif;
212+
}
209213
</style>
38.7 KB
Binary file not shown.
40.3 KB
Binary file not shown.
40.2 KB
Binary file not shown.
41.7 KB
Binary file not shown.
42.3 KB
Binary file not shown.
44 KB
Binary file not shown.
42.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)