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