Skip to content

Japanese GUI font-family #79579

@harujii

Description

@harujii

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
}

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bughelp wantedIssues identified as good community contribution opportunitiesl10n-platformLocalization platform issues (not wrong translations)verifiedVerification succeededwindowsVS Code on Windows issues

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions