From ee85eb12e1e949188f2cee5080737f5f3a4619ed Mon Sep 17 00:00:00 2001 From: Thibault Le Reste Date: Wed, 15 Apr 2020 09:51:18 +0200 Subject: [PATCH] =?UTF-8?q?fix=20space=20after=20apostrophe=20:=20replace?= =?UTF-8?q?=20Microsoft=20Yahei=20with=20Micros=E2=80=A6=20(#211)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/_variables.scss b/assets/css/_variables.scss index 1a57e20..0b16829 100644 --- a/assets/css/_variables.scss +++ b/assets/css/_variables.scss @@ -4,7 +4,7 @@ // ========== Global ========== // // Font and Line Height -$global-font-family: -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft Yahei, Segoe UI, Helvetica, Arial, sans-serif, Segoe UI Emoji !default; +$global-font-family: -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft Yahei UI, Segoe UI, Helvetica, Arial, sans-serif, Segoe UI Emoji !default; $global-font-size: 16px; $global-font-weight: 400; $global-line-height: 1.5rem;