Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
update font-family texting
  • Loading branch information
jamisonmmartins authored Feb 8, 2024
1 parent c72954a commit 1b7862a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
box-sizing: border-box;

--heading-font-family: 'Staatliches';
--texting-font-family: ' ';
--texting-font-family: 'Palanquin';

font-size: 62.5%;
--heading1-font-size: 4rem; /*clamp(4rem, 5vw, 5rem);*/
Expand Down Expand Up @@ -298,4 +298,4 @@ footer a {
100% {

}
}
}

0 comments on commit 1b7862a

Please sign in to comment.