From 7dd61775b375b414ee940e8fed39d40613c7d8ac Mon Sep 17 00:00:00 2001 From: badbl0cks <4161747+badbl0cks@users.noreply.github.com> Date: Tue, 27 Jan 2026 15:16:38 -0800 Subject: [PATCH] Switch to local Unscii font and begin work on new stylesheet Remove Google Fonts and the old external stylesheet link. Add (inline for now) @font-face rules for unscii fonts and new link/p/ul styles, and set the root font to unscii16. Minor UI tweaks: style the skip link background, remove the "Tools" nav item for now, fix the contact page title and link markup, and replace the homepage copy with an "Under Construction" message. --- public/style.css | 2 +- src/layouts/BaseLayout.astro | 64 +++++++++++++++++++++++++++++++----- src/pages/contact.astro | 11 +++++-- src/pages/index.astro | 7 ++-- 4 files changed, 66 insertions(+), 18 deletions(-) diff --git a/public/style.css b/public/style.css index f586a34..9ecde32 100644 --- a/public/style.css +++ b/public/style.css @@ -7,7 +7,7 @@ /* Base styles */ body { - font-family: "Courier New", Courier, monospace; + /*font-family: "Courier New", Courier, monospace;*/ background-color: var(--bg-color); color: var(--text-color); line-height: 1.6; diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 8ad9dcb..e948d0d 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -5,26 +5,71 @@ - + - - - + - Home + Contact

Contact

+

Link Style 1

Link Style 2 { (nextAction != "complete" && (
@@ -231,7 +236,7 @@ const msgValue = pickValue("msg");