Skip to content

Commit

Permalink
💄 Change font to Roboto
Browse files Browse the repository at this point in the history
  • Loading branch information
fre-ben committed Feb 14, 2021
1 parent 69fdcc7 commit 21bb4ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/global.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Quicksand&display=swap");

*,
*::after,
Expand All @@ -11,7 +11,7 @@ html {
}

body {
font-family: "Quicksand", sans-serif;
font-family: "Roboto", sans-serif;
margin: 0;
}

Expand All @@ -21,5 +21,5 @@ select,
optgroup,
textarea {
margin: 0;
font-family: "Quicksand", sans-serif;
font-family: "Roboto", sans-serif;
}

0 comments on commit 21bb4ad

Please sign in to comment.