aboutsummaryrefslogtreecommitdiff
path: root/styles/globals.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/globals.css')
-rw-r--r--styles/globals.css15
1 files changed, 4 insertions, 11 deletions
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