fallback font on every other element too

This commit is contained in:
Ruben 2024-10-01 09:45:41 -05:00
commit bf5845042d
No known key found for this signature in database

View file

@ -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);