From 9a15f23534bd05bad25c4816651d32cbdc3d62e7 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 12 Feb 2021 15:56:11 -0500 Subject: Removed old things --- styles/globals.css | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'styles/globals.css') diff --git a/styles/globals.css b/styles/globals.css index e5e2dcc..45f1da8 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -1,16 +1,7 @@ +@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap'); html, body { padding: 0; margin: 0; - font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, - Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; -} - -a { - color: inherit; - text-decoration: none; -} - -* { - box-sizing: border-box; -} + font-family: Open Sans; +} \ No newline at end of file -- cgit v1.2.3