+
{title}
diff --git a/src/layouts/Basic.astro b/src/layouts/Basic.astro
index 2d32ffd..9110a02 100644
--- a/src/layouts/Basic.astro
+++ b/src/layouts/Basic.astro
@@ -5,6 +5,7 @@ import { SEO } from "astro-seo";
import { ClientRouter } from "astro:transitions";
const { title, description, clientSideRouter = true, autoDarkMode = true } = Astro.props.frontmatter || Astro.props;
import "../../public/fonts/roboto/roboto.css";
+import "../../public/fonts/barlow-condensed/barlow-condensed.css";
---
@@ -44,7 +45,7 @@ import "../../public/fonts/roboto/roboto.css";
{clientSideRouter &&
}
-
+
@@ -54,5 +55,11 @@ import "../../public/fonts/roboto/roboto.css";
font-family: "Roboto", sans-serif;
font-style: normal;
font-weight: 400;
+ background-color: #080808;
+ color: #f5f5f5;
+ }
+
+ h1, h2, h3, h4, h5, h6 {
+ font-family: "Barlow Condensed", sans-serif;
}
diff --git a/src/layouts/NavbarLayout.astro b/src/layouts/NavbarLayout.astro
index b89d8bf..d7ccedb 100644
--- a/src/layouts/NavbarLayout.astro
+++ b/src/layouts/NavbarLayout.astro
@@ -24,16 +24,14 @@ const { title, description, transparentFooter = true } = Astro.props;
-