Skip to content

Commit

Permalink
✏️ fix: use serif as fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Feb 11, 2023
1 parent ce2cf4d commit c65eea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ h5 {
}

p {
font-family: 'Source Serif Pro', sans-serif;
font-family: 'Source Serif Pro', serif;
font-size: 1.2em;
}

Expand Down

0 comments on commit c65eea1

Please sign in to comment.