Skip to content

Commit 1c4e19c

Browse files
Remove Google Fonts import from layout
Removed Google Fonts import from layout.
1 parent 83f5adf commit 1c4e19c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/routes/+layout.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<script>
22
import favicon from '$lib/assets/favicon.svg';
3-
import url('https://fonts.googleapis.com/css2?family=Anonymous+Pro:wght@400;700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
43
54
let { children } = $props();
65
</script>

0 commit comments

Comments
 (0)