]> git.otsuka.systems Git - cotsuka.github.io/commitdiff
only use sans-serif for social links v2.1.0
authorCameron Otsuka <cameron@otsuka.haus>
Tue, 16 Dec 2025 20:41:20 +0000 (12:41 -0800)
committerCameron Otsuka <cameron@otsuka.haus>
Tue, 16 Dec 2025 20:41:20 +0000 (12:41 -0800)
src/components/footer.astro

index 3802be915bacf752c7104f0a10273ab10b585adc..b9564218af271786abc961aaa6714385fc609426 100644 (file)
@@ -23,9 +23,11 @@ const currentYear = new Date().getFullYear();
 
 <style>
     footer {
-        font-family: "Public Sans Variable", sans-serif;
         text-align: center;
     }
+    address {
+        font-family: "Public Sans Variable", sans-serif;
+    }
     menu {
         margin-inline-start: 0;
         padding-inline-start: 0;