diff options
author | Ashelyn Rose <git@ashen.earth> | 2025-04-26 21:06:00 -0600 |
---|---|---|
committer | Ashelyn Rose <git@ashen.earth> | 2025-04-26 21:06:00 -0600 |
commit | 2dacece4eedc8af2ccde3be6918371293350cc4e (patch) | |
tree | 81364da50cad615cd387f38d1abcc62102939033 /styles/fonts.scss | |
parent | 619373a261ad18c51cd09bc61d116f585c8295ec (diff) |
Convert to rocket and morgana no-leptos
Diffstat (limited to 'styles/fonts.scss')
-rw-r--r-- | styles/fonts.scss | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/styles/fonts.scss b/styles/fonts.scss deleted file mode 100644 index af6c36a..0000000 --- a/styles/fonts.scss +++ /dev/null @@ -1,16 +0,0 @@ -@font-face { - font-family: "Quicksand"; - font-weight: 400; - src: url("/fonts/Quicksand-Regular.ttf") format("truetype"); -} - -@font-face { - font-family: "Drafting"; - font-weight: 200; - src: url("/fonts/DraftingMono-ExtraLight.woff2") format("woff2"); -} - -:root { - --font-family-heading: "Drafting", Times, serif; - --font-family-body: "Quicksand", Arial, sans-serif; -} |