Skip to content

Commit eddf0ca

Browse files
authored
docs(zh): add comment translations in extending-default-theme.md (#5026)
1 parent bf2715e commit eddf0ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/zh/guide/extending-default-theme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ export default DefaultTheme
5555
```css
5656
/* .vitepress/theme/my-fonts.css */
5757
:root {
58-
--vp-font-family-base: /* normal text font */
59-
--vp-font-family-mono: /* code font */
58+
--vp-font-family-base: /* 普通文本字体 */
59+
--vp-font-family-mono: /* 代码字体 */
6060
}
6161
```
6262

0 commit comments

Comments
 (0)