From 30eb1bd62327a996924e43efe925e07f1c615f09 Mon Sep 17 00:00:00 2001 From: Cameron Otsuka Date: Tue, 16 Dec 2025 12:41:20 -0800 Subject: [PATCH] only use sans-serif for social links --- src/components/footer.astro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/footer.astro b/src/components/footer.astro index 3802be9..b956421 100644 --- a/src/components/footer.astro +++ b/src/components/footer.astro @@ -23,9 +23,11 @@ const currentYear = new Date().getFullYear();