From e2049c2e29ed6dcd6fd407014964fcdfeac34c7e Mon Sep 17 00:00:00 2001 From: Joseph Montanaro Date: Mon, 9 Mar 2026 07:58:28 -0400 Subject: [PATCH] tweak header bar styling --- src/layouts/BaseLayout.astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 25c24b8..26402ef 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -1,6 +1,5 @@ --- import '@styles/main.css'; -import '@fontsource-variable/baskervville'; import '@fontsource-variable/baskervville-sc'; import ThemeSwitcher from '@components/ThemeSwitcher.astro'; --- @@ -36,8 +35,8 @@ import ThemeSwitcher from '@components/ThemeSwitcher.astro'; align-items: baseline; & a { - font-family: 'Baskervville Variable'; - font-weight: 600; + font-family: 'Figtree Variable'; + font-weight: 500; font-size: 1.3rem; color: var(--nav-link-color); @@ -50,6 +49,7 @@ import ThemeSwitcher from '@components/ThemeSwitcher.astro'; &.home { font-family: 'Baskervville SC Variable'; font-size: 2rem; + text-decoration-thickness: 0.125rem; margin-right: auto; }