Skip to content

Commit

Permalink
serif -> sans-serif
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Jablonski authored May 19, 2022
1 parent 243d762 commit 56265f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default createGlobalStyle`
body,
input,
button {
font-family: 'Nunito', Arial, Helvetica, serif;
font-family: 'Nunito', Arial, Helvetica, sans-serif;
font-size: 16px;
}
Expand Down

0 comments on commit 56265f3

Please sign in to comment.