diff options
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/main.scss | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/scss/main.scss b/scss/main.scss index e3f1307..c877867 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -5,16 +5,12 @@ :root { --text-color: #000; font-size: 18px; -} - -@font-face { - font-family: "custom"; - src: url("/static/font.woff2"); + --fonts: Raveo, Inter, Roboto; // default fonts } body { --background-image: ; - font-family: "custom", Raveo, Inter, Roboto, sans-serif; + font-family: var(--fonts), sans-serif; background: #000; background-size: cover; color: var(--text-color); |
