From 796dc37e648f1c8c44ffe990cedd0be17669fabc Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 14 Apr 2022 00:59:35 -0400 Subject: Even more content --- styles/Home.module.css | 3 +++ styles/globals.css | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'styles') diff --git a/styles/Home.module.css b/styles/Home.module.css index 125e21c..9645622 100644 --- a/styles/Home.module.css +++ b/styles/Home.module.css @@ -7,5 +7,8 @@ flex-direction: column; justify-content: center; align-items: center; +} + +.center { text-align: center; } diff --git a/styles/globals.css b/styles/globals.css index e5e2dcc..c4eefcb 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -1,9 +1,10 @@ +@font-face {font-family: 'Hack';src: url('../public/fonts/Hack-Regular.ttf');src: url('../public/fonts/Hack-Bold.ttf');} + 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; + font-family: Hack, sans-serif; } a { -- cgit v1.2.3