diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-02-11 19:00:26 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-02-11 19:00:26 -0500 |
| commit | 17d45a625ae06800f9f36ddc304e53ad1740dcf3 (patch) | |
| tree | 2f8148b945244964f05a7778b41a508d2429cb04 /styles/globals.css | |
| parent | 14d50090f284b226d30cf0c6afcad61428d2d947 (diff) | |
| download | personal-website-17d45a625ae06800f9f36ddc304e53ad1740dcf3.tar.gz personal-website-17d45a625ae06800f9f36ddc304e53ad1740dcf3.tar.bz2 personal-website-17d45a625ae06800f9f36ddc304e53ad1740dcf3.zip | |
First progress
Diffstat (limited to 'styles/globals.css')
| -rw-r--r-- | styles/globals.css | 15 |
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 |
