From 92a82a32f7ab4db33dc2f61562f17092b1e73c32 Mon Sep 17 00:00:00 2001 From: rayelliott Date: Fri, 8 May 2020 10:09:56 +0000 Subject: [PATCH] fix stylin"scss", "css", g --- sass/variables-site/_typography.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sass/variables-site/_typography.scss b/sass/variables-site/_typography.scss index c2cc2727..25e06610 100644 --- a/sass/variables-site/_typography.scss +++ b/sass/variables-site/_typography.scss @@ -1,6 +1,6 @@ // stylelint-disable value-keyword-case -$font__main: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, - Ubuntu, Cantarell, "Helvetica Neue", sans-serif; +$font__main: -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, + ubuntu, cantarell, "Helvetica Neue", sans-serif; // stylelint-enable value-keyword-case $font__code: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; $font__pre: "Courier 10 Pitch", courier, monospace;