From dc5af2ac13287b45a5bc02a4874dacfb45a48f1a Mon Sep 17 00:00:00 2001 From: Kevin F Date: Thu, 17 Oct 2024 11:38:27 +0200 Subject: [PATCH] fix mainpage font --- src/pages/index.astro | 2 +- src/styles/fonts.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 9e5ab871..9a98a4eb 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -56,7 +56,7 @@ const events = await getCollection('events'); ]} > - DataPLANT + DataPLANT diff --git a/src/styles/fonts.css b/src/styles/fonts.css index d8e1cdb2..df201dfb 100644 --- a/src/styles/fonts.css +++ b/src/styles/fonts.css @@ -1,6 +1,6 @@ @font-face { font-family: 'shadows_into_light_tworegular'; src: url('/src/assets/fonts/shadowsintolighttwo-regular-webfont.woff2') format('woff2'); - font-weight: normal; + font-weight: 400; font-style: normal; } \ No newline at end of file