Skip to content

Commit

Permalink
fix font
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin authored Aug 14, 2023
1 parent 202a492 commit 7b4d707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Body */
body,
button {
font-family: Martel, serif;
font-family: "Arvo", serif;
font-size: 1.1em;
}

Expand Down Expand Up @@ -348,4 +348,4 @@ blockquote {
blockquote,
main>ol li {
border-left: 3px solid;
}
}

0 comments on commit 7b4d707

Please sign in to comment.