From 374207c594a318f5858149f97330a813cf583e7b Mon Sep 17 00:00:00 2001 From: mae taylor Date: Mon, 21 Jul 2025 20:04:59 +0100 Subject: [PATCH] fix: oopsie i forgot to update the imports --- src/app.css | 2 +- src/routes/+layout.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.css b/src/app.css index fccff4a..e411a20 100644 --- a/src/app.css +++ b/src/app.css @@ -1,4 +1,4 @@ -@import url("../font/inter/inter.css"); +@import url("./font/inter/inter.css"); :root { --bg-1000: #fffcf7; diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 8c957c0..da9df9a 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -1,5 +1,5 @@