docs(zh): add comment translations in extending-default-theme.md (#5026)

pull/2913/merge
WuMingDao 10 months ago committed by GitHub
parent bf2715ed67
commit eddf0ca257
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -55,8 +55,8 @@ export default DefaultTheme
```css ```css
/* .vitepress/theme/my-fonts.css */ /* .vitepress/theme/my-fonts.css */
:root { :root {
--vp-font-family-base: /* normal text font */ --vp-font-family-base: /* 普通文本字体 */
--vp-font-family-mono: /* code font */ --vp-font-family-mono: /* 代码字体 */
} }
``` ```

Loading…
Cancel
Save