From a50a5d398fc57ec05dd794ee34092a1e37f42d58 Mon Sep 17 00:00:00 2001 From: Vlad Faust Date: Fri, 22 Mar 2019 21:13:06 +0300 Subject: [PATCH] fix: font on Safari --- .stylelintrc.json | 2 +- public/index.html | 2 ++ src/assets/styles/typography.sass | 4 +--- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.stylelintrc.json b/.stylelintrc.json index 86553bd..30d6566 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -30,7 +30,7 @@ "number-leading-zero": "always", "function-url-quotes": "always", "font-weight-notation": "named-where-possible", - "font-family-name-quotes": "always-where-recommended", + "font-family-name-quotes": "always-unless-keyword", "comment-whitespace-inside": "always", "at-rule-no-vendor-prefix": true, "rule-empty-line-before": [ diff --git a/public/index.html b/public/index.html index bff55ac..9331f16 100644 --- a/public/index.html +++ b/public/index.html @@ -33,6 +33,8 @@ gtag('js', new Date()); gtag('config', 'UA-87763635-1'); + +