diff --git a/src/components/SubtitledHeading.astro b/src/components/SubtitledHeading.astro
index 404f8e2..15de39e 100644
--- a/src/components/SubtitledHeading.astro
+++ b/src/components/SubtitledHeading.astro
@@ -5,8 +5,8 @@ const { heading, subtitle } = Astro.props
---
-
{heading}
+ {heading}
- {subtitle}
+ {subtitle}
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index 96fb251..3dbf89e 100644
--- a/src/layouts/Layout.astro
+++ b/src/layouts/Layout.astro
@@ -25,7 +25,7 @@ const isHome = Astro.url.pathname === "/";
-
+
diff --git a/src/styles/global.css b/src/styles/global.css
index b283b16..9d5652b 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -13,7 +13,7 @@
url("/fonts/LibreBaskerville-Regular.ttf") format("truetype");
font-weight: 400;
font-style: normal;
- font-display: optional;
+ font-display: swap;
}
@font-face {
@@ -22,7 +22,7 @@
url("/fonts/LibreBaskerville-Bold.ttf") format("truetype");
font-weight: 700;
font-style: normal;
- font-display: optional;
+ font-display: swap;
}
@font-face {
@@ -31,7 +31,7 @@
url("/fonts/LibreBaskerville-Italic.ttf") format("truetype");
font-weight: 400;
font-style: italic;
- font-display: optional;
+ font-display: swap;
}
:root {