Skip to content

Commit 14e6b47

Browse files
committed
Changed Px Grotesk to Space Grotesk.
1 parent d6bdc82 commit 14e6b47

File tree

8 files changed

+5
-28
lines changed

8 files changed

+5
-28
lines changed

src/app.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
66

7+
<link rel="preconnect" href="https://fonts.googleapis.com" />
8+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
9+
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;700&display=swap" rel="stylesheet" />
10+
711
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
812
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
913
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
-22.8 KB
Binary file not shown.
-16.9 KB
Binary file not shown.
-22.8 KB
Binary file not shown.
-17 KB
Binary file not shown.

src/routes/+layout.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import { onMount } from 'svelte';
44
import Lenis from 'lenis';
55
6-
import '../styles/fonts.scss';
76
import '../styles/app.scss';
87
98
const {

src/styles/fonts.scss

Lines changed: 0 additions & 26 deletions
This file was deleted.

src/styles/tools/_config.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// Fonts
1212
//----------------------------------------------
1313
:root {
14-
--font: 'Px Grotesk', -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
14+
--font: 'Space Grotesk', -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
1515
--font-weight-regular: 400;
1616
--font-weight-bold: 700;
1717
}

0 commit comments

Comments
 (0)