From 17d45a625ae06800f9f36ddc304e53ad1740dcf3 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 11 Feb 2022 19:00:26 -0500 Subject: First progress --- styles/globals.css | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'styles/globals.css') diff --git a/styles/globals.css b/styles/globals.css index e5e2dcc..975c681 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -2,15 +2,8 @@ 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; -} + height: 100%; + font-family: Hack; + src: url("/ttf/Hack-Regular.ttf"); -a { - color: inherit; - text-decoration: none; -} - -* { - box-sizing: border-box; -} +} \ No newline at end of file -- cgit v1.2.3