From 21bb4ad13dfeb80bfc431efc5ecf38444dbac3af Mon Sep 17 00:00:00 2001 From: fre-ben Date: Sun, 14 Feb 2021 13:56:09 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Change=20font=20to=20Roboto?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/global.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; }