diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-02-12 15:56:11 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-02-12 15:56:11 -0500 |
| commit | 9a15f23534bd05bad25c4816651d32cbdc3d62e7 (patch) | |
| tree | dc88b918e6507c0e94c59367152ad9446c0c5c18 /styles/globals.css | |
| parent | a2ead3c3f51e4cdce01a75ad8235f49951b0fff6 (diff) | |
| download | snug-cup-9a15f23534bd05bad25c4816651d32cbdc3d62e7.tar.gz snug-cup-9a15f23534bd05bad25c4816651d32cbdc3d62e7.tar.bz2 snug-cup-9a15f23534bd05bad25c4816651d32cbdc3d62e7.zip | |
Removed old things
Diffstat (limited to 'styles/globals.css')
| -rw-r--r-- | styles/globals.css | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/styles/globals.css b/styles/globals.css index e5e2dcc..45f1da8 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -1,16 +1,7 @@ +@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap'); 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; -} - -a { - color: inherit; - text-decoration: none; -} - -* { - box-sizing: border-box; -} + font-family: Open Sans; +}
\ No newline at end of file |
