diff --git a/src/global.css b/src/global.css index 782cb04..f80fb3f 100644 --- a/src/global.css +++ b/src/global.css @@ -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, @@ -11,7 +11,7 @@ html { } body { - font-family: "Quicksand", sans-serif; + font-family: "Roboto", sans-serif; margin: 0; } @@ -21,5 +21,5 @@ select, optgroup, textarea { margin: 0; - font-family: "Quicksand", sans-serif; + font-family: "Roboto", sans-serif; }