We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c310c21 commit 7d1e127Copy full SHA for 7d1e127
1 file changed
.vitepress/theme/style.css
@@ -123,8 +123,10 @@
123
--vp-custom-block-tip-text: var(--vp-c-text-1);
124
--vp-custom-block-tip-bg: var(--vp-c-brand-soft);
125
--vp-custom-block-tip-code-bg: var(--vp-c-brand-soft);
126
+ --vp-font-family-base: "Noto Sans CJK SC";
127
+ --vp-font-family-mono: 'JetBrains Mono';
128
}
129
-* {
130
+.VPDoc {
131
font-family: 'Noto Serif CJK SC';
132
0 commit comments