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/globals.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'styles/globals.css') 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