From 5256e50987e8173080bb84cfe881ac0e5f089847 Mon Sep 17 00:00:00 2001 From: Matt Kosarek Date: Wed, 18 Mar 2026 07:46:30 -0400 Subject: feature: improve fonts --- src/layouts/BaseLayout.astro | 2 +- src/styles/post.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 8be53e0..76dc4cc 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -21,7 +21,7 @@ const { - + diff --git a/src/styles/post.css b/src/styles/post.css index 324c7ff..8ae1513 100644 --- a/src/styles/post.css +++ b/src/styles/post.css @@ -23,7 +23,7 @@ code { .org-article-title h1 { margin: 0; - font-family: "Dancing Script", cursive; + font-family: "Space Grotesk", sans-serif; } #content { -- cgit v1.2.1