diff options
author | Wynn Wolf Arbor | 2020-01-12 14:38:00 +0100 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-01-12 14:38:00 +0100 |
commit | 57956ae09c989e7e2539ff327634bcf2fe740937 (patch) | |
tree | 1465b46d456d05bc99fd60d9afb8e988f2b84649 /scss | |
parent | 974f5fe63e8b1e919ee9468208bcfa6a352e85af (diff) | |
download | site-57956ae09c989e7e2539ff327634bcf2fe740937.tar.gz |
css: Remove unnecessary quoting
Diffstat (limited to 'scss')
-rw-r--r-- | scss/style.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/style.scss b/scss/style.scss index 7981c2b..a150089 100644 --- a/scss/style.scss +++ b/scss/style.scss @@ -1,7 +1,7 @@ @import '_webfonts'; @import '_responsive_fonts'; -$font-sans: "Alegreya Sans", sans; +$font-sans: Alegreya Sans, sans; $font-serif: Alegreya, serif; $font-mono: Iosevka, Inconsolata, monospace; |