-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bughelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesl10n-platformLocalization platform issues (not wrong translations)Localization platform issues (not wrong translations)verifiedVerification succeededVerification succeededwindowsVS Code on Windows issuesVS Code on Windows issues
Milestone
Description
I suggest about Japanese GUI font-family. (not editor font family)
Current vscode specified "Meiryo" in Japanese font-family, but normally Windows 10 using "Yu Gothic UI" as Japanese system font.
We should add Yu Gothic UI to vscode font-family because Yu Gothic UI has a better character width and rendering than Meiryo.
Current (workbench.main.css)
.windows:lang(ja) {
font-family: Segoe WPC, Segoe UI, Meiryo, sans-serif
}
Suggestion (workbench.main.css)
.windows:lang(ja) {
font-family: Segoe WPC, Segoe UI, Yu Gothic UI, Meiryo, sans-serif
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bughelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesl10n-platformLocalization platform issues (not wrong translations)Localization platform issues (not wrong translations)verifiedVerification succeededVerification succeededwindowsVS Code on Windows issuesVS Code on Windows issues