diff options
Diffstat (limited to 'styles')
| -rw-r--r-- | styles/Home.module.css | 3 | ||||
| -rw-r--r-- | styles/globals.css | 5 |
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 { |
