From 8dba8c3bc7e2da0324e9b0edda7503c05e658e6b Mon Sep 17 00:00:00 2001 From: Cyan Date: Sun, 18 Feb 2024 16:47:41 +0800 Subject: [PATCH] feat: use browser preference instead of fallback to SimSun --- src/.vuepress/styles/palette.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.vuepress/styles/palette.scss b/src/.vuepress/styles/palette.scss index 5f359ff..a24cb31 100644 --- a/src/.vuepress/styles/palette.scss +++ b/src/.vuepress/styles/palette.scss @@ -1,3 +1,3 @@ $content-width: 980px; $home-page-width: 980px; -$font-family-heading: '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", STHeiti, "Microsoft YaHei", SimSun, sans-serif'; +$font-family-heading: '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", STHeiti, "Microsoft YaHei", sans-serif';