From bf5845042d668e5257977fc6e2144f92d680639e Mon Sep 17 00:00:00 2001 From: Ruben Date: Tue, 1 Oct 2024 09:45:41 -0500 Subject: [PATCH] fallback font on every other element too --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index dd84c28..31642c7 100644 --- a/style.css +++ b/style.css @@ -31,7 +31,7 @@ body { /* title text */ p, a { - font-family: "Lexend Deca"; + font-family: 'Lexend Deca', system-ui, sans-serif; font-size: 16px; color: var(--text); @@ -153,7 +153,7 @@ body { max-height: 1.8em !important; margin-top: .5em; - font-family: "Lexend Deca"; + font-family: 'Lexend Deca', system-ui, sans-serif; align-content: center; vertical-align: middle; color: var(--text); @@ -220,7 +220,7 @@ body { margin-top: .5em; float: left; - font-family: "Lexend Deca"; + font-family: 'Lexend Deca', system-ui, sans-serif; align-content: center; vertical-align: middle; color: var(--text); @@ -666,7 +666,7 @@ footer { } .nav-baselink-mobile { display: block !important; - font-family: "Lexend Deca"; + font-family: 'Lexend Deca', system-ui, sans-serif; background-color: var(--green); text-decoration: unset !important; color: var(--crust);