style: style.css emoji😎
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
* Customize default theme styling by overriding CSS variables:
|
* Customize default theme styling by overriding CSS variables:
|
||||||
* https://github.com/vuejs/vitepress/blob/main/src/client/theme-default/styles/vars.css
|
* 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
|
* Colors
|
||||||
* -------------------------------------------------------------------------- */
|
* -------------------------------------------------------------------------- */
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
:root {
|
: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;
|
--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-name-background: transparent;
|
||||||
--vp-home-hero-image-background-image: transparent;
|
--vp-home-hero-image-background-image: transparent;
|
||||||
--vp-home-hero-image-filter: '';
|
--vp-home-hero-image-filter: '';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user