From d55b3367da9c99491cdcb59a72286ef5b25e2b21 Mon Sep 17 00:00:00 2001 From: Otavio Vasques Date: Sat, 7 Dec 2024 08:53:35 -0300 Subject: [PATCH] It broke prod, rolling back --- src/routes/+page.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 581b334..5ab732b 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -72,7 +72,7 @@ font-weight: 400; font-stretch: normal; font-style: normal; - src: url('fonts/WOFF2/IosevkaTerm-Regular.woff2') format('woff2'), url('fonts/TTF/IosevkaTerm-Regular.ttf') format('truetype'); + src: url('$fonts/WOFF2/IosevkaTerm-Regular.woff2') format('woff2'), url('$fonts/TTF/IosevkaTerm-Regular.ttf') format('truetype'); } @font-face { @@ -81,7 +81,7 @@ font-weight: 700; font-stretch: normal; font-style: normal; - src: url('fonts/WOFF2/IosevkaTerm-Bold.woff2') format('woff2'), url('fonts/TTF/IosevkaTerm-Bold.ttf') format('truetype'); + src: url('$fonts/WOFF2/IosevkaTerm-Bold.woff2') format('woff2'), url('$fonts/TTF/IosevkaTerm-Bold.ttf') format('truetype'); } a:link, a:visited, a:hover, a:active {