There was an error while loading. Please reload this page.
1 parent bf2715e commit eddf0caCopy full SHA for eddf0ca
1 file changed
docs/zh/guide/extending-default-theme.md
@@ -55,8 +55,8 @@ export default DefaultTheme
55
```css
56
/* .vitepress/theme/my-fonts.css */
57
:root {
58
- --vp-font-family-base: /* normal text font */
59
- --vp-font-family-mono: /* code font */
+ --vp-font-family-base: /* 普通文本字体 */
+ --vp-font-family-mono: /* 代码字体 */
60
}
61
```
62
0 commit comments