fix space after apostrophe : replace Microsoft Yahei with Micros… (#211)

This commit is contained in:
Thibault Le Reste
2020-04-15 09:51:18 +02:00
committed by GitHub
parent be0f0a6211
commit ee85eb12e1

View File

@@ -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;