Skip to content

Commit

Permalink
fix mainpage font
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Oct 17, 2024
1 parent 5fde50f commit dc5af2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const events = await getCollection('events');
]}
>
<Fragment slot="title">
<span style='font-family: "Shadows Into Light Two", cursive;'>DataPLANT</span>
<span style='font-family: "shadows_into_light_tworegular";' class="tracking-wide !font-extrabold">DataPLANT</span>
</Fragment>

<Fragment slot="subtitle">
Expand Down
2 changes: 1 addition & 1 deletion src/styles/fonts.css
Original file line number Diff line number Diff line change
@@ -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;
}

0 comments on commit dc5af2a

Please sign in to comment.