Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8a16142

Browse files
authored
Fix the issue of displaying Traditional Chinese when using Google Translate to Simplified Chinese in Mac (denoland#303)
1 parent df513fd commit 8a16142

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/fonts/inter.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
}
3232

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

0 commit comments

Comments
 (0)