aboutsummaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-04-14 00:59:35 -0400
committerAndrew Lee <alee14498@protonmail.com>2022-04-14 00:59:35 -0400
commit796dc37e648f1c8c44ffe990cedd0be17669fabc (patch)
treede83a1f9a4ce3d8999a553ff6d53f04d5ee92a72 /styles
parent9dc4cd9624837490ce943315c1ec56b80440ae69 (diff)
downloadsmart-cooker-796dc37e648f1c8c44ffe990cedd0be17669fabc.tar.gz
smart-cooker-796dc37e648f1c8c44ffe990cedd0be17669fabc.tar.bz2
smart-cooker-796dc37e648f1c8c44ffe990cedd0be17669fabc.zip
Even more content
Diffstat (limited to 'styles')
-rw-r--r--styles/Home.module.css3
-rw-r--r--styles/globals.css5
2 files changed, 6 insertions, 2 deletions
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 {