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 +}