This commit is contained in:
Emilia Allison 2022-10-02 19:36:21 -04:00
parent 4579c37b64
commit aee6302f6e
Signed by: emilia
GPG Key ID: 7A3F8997BFE894E0
1 changed files with 2 additions and 3 deletions

View File

@ -4,8 +4,8 @@
$-color-white: hsl(280 30% 80%);
$-color-dark: color.adjust($-color-white, $lightness: -50%);
$-color-light: hsl(190 80% 30%);
$-ff-serif: ["Inconsolata", monospace];
$-ff-sans: ["Jost", sans-serif];
$-ff-serif: "Inconsolata", monospace;
$-ff-sans: "Jost", sans-serif;
$-fs-900: math.div(100rem, 16);
@forward "base" with (
@ -31,4 +31,3 @@ $-fs-900: math.div(100rem, 16);
font-display: swap;
}