Skip to content

Commit

Permalink
Fix the issue of displaying Traditional Chinese when using Google Tra…
Browse files Browse the repository at this point in the history
…nslate to Simplified Chinese in Mac (#303)
  • Loading branch information
jiawei397 authored Feb 2, 2024
1 parent df513fd commit 8a16142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/fonts/inter.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
}

:root {
font-feature-settings: "cv05" on, "cv08" on, "cv10" on, "ss01" on, "ss08" on;
font-feature-settings: "cv05" on, "cv08" on, "cv09" on, "ss01" on, "ss08" on;
}

0 comments on commit 8a16142

Please sign in to comment.