fallback font on every other element too
This commit is contained in:
parent
7c0f410734
commit
bf5845042d
1 changed files with 4 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue