Skip to content

Commit

Permalink
fix: remove explicit chinese fonts
Browse files Browse the repository at this point in the history
these are already handled by `sans-serif`

PingFang SC is used on macOS
Noto Sans CJK is used on Ubuntu
Microsoft YaHei is used on Windows

follow up on #4286
  • Loading branch information
brc-dd committed Oct 18, 2024
1 parent 668e9f7 commit b893550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/theme-default/styles/vars.css
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@

:root:where(:lang(zh)) {
--vp-font-family-base: 'Punctuation SC', 'Inter', ui-sans-serif, system-ui,
'PingFang SC', 'Noto Sans CJK SC', 'Noto Sans SC', sans-serif,
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
'Noto Color Emoji';
}

/**
Expand Down

0 comments on commit b893550

Please sign in to comment.