From 0ae3647d7acdd2d0afea2aec2a387c9d808b0fb5 Mon Sep 17 00:00:00 2001 From: camera-2018 <40380042+camera-2018@users.noreply.github.com> Date: Thu, 20 Apr 2023 21:33:35 +0800 Subject: [PATCH] =?UTF-8?q?style:=20style.css=20emoji=F0=9F=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vitepress/theme/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.vitepress/theme/style.css b/.vitepress/theme/style.css index d1bcc3e..d06ae05 100644 --- a/.vitepress/theme/style.css +++ b/.vitepress/theme/style.css @@ -2,7 +2,7 @@ * Customize default theme styling by overriding CSS variables: * https://github.com/vuejs/vitepress/blob/main/src/client/theme-default/styles/vars.css */ -@import url('https://fonts.loli.net/css2?family=Noto+Sans+Mono:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+SC:wght@100;300;400;500;700;900&display=swap'); +@import url('https://fonts.loli.net/css2?family=Noto+Color+Emoji&family=Noto+Sans+Mono:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+SC:wght@100;300;400;500;700;900&display=swap'); /** * Colors * -------------------------------------------------------------------------- */ @@ -22,7 +22,7 @@ } :root { - --vp-font-family-base: 'Noto Sans SC', sans-serif; + --vp-font-family-base: 'Noto Sans SC', 'Noto Color Emoji', sans-serif; --vp-font-family-mono: 'Noto Sans Mono', sans-serif, monospace, consolas; } @@ -150,4 +150,4 @@ mjx-container { --vp-home-hero-name-background: transparent; --vp-home-hero-image-background-image: transparent; --vp-home-hero-image-filter: ''; -} \ No newline at end of file +}