diff --git a/website/info/info.css b/website/info/info.css index 34a3fe5..4d642b8 100644 --- a/website/info/info.css +++ b/website/info/info.css @@ -1,15 +1,9 @@ -@font-face -{ - font-family: Quicksand; - src: url('../css/Quicksand/Quicksand-Regular.ttf'); -} - html, body { color: #000000; background: #ffffff; font-size: 16px; - font-family: Quicksand, Helvetica, sans-serif; + font-family: Arial, Helvetica, sans-serif; scroll-behavior: smooth }