Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Le Reste <lereste.thibault@gmail.com>2020-04-15 10:51:18 +0300
committerGitHub <noreply@github.com>2020-04-15 10:51:18 +0300
commitee85eb12e1e949188f2cee5080737f5f3a4619ed (patch)
tree15b370f13a138abbb0f06c6cf1a78b79eb0b7313
parentbe0f0a62115f2e1c31d9a0a71066e03d01c865a2 (diff)
fix space after apostrophe : replace Microsoft Yahei with Micros… (#211)
-rw-r--r--assets/css/_variables.scss2
1 files changed, 1 insertions, 1 deletions
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;