Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What shoule be the font name of Sarasa Mono that can be used in vscode? #8

Closed
gnaggnoyil opened this issue Nov 28, 2017 · 5 comments
Closed

Comments

@gnaggnoyil
Copy link

What is the font name of Sarasa Mono that can be used as an option of editor.fontFamily in VSCode's user settings under Windows10? Like the following:

{
  // This setting works correctly with Wenquanyi Microhei font series.
  "editor.fontFamily": "WenQuanYi Micro Hei Mono"
}

I've tried Sarasa Mono, Sarasa Mono SC and 更纱黑体 but none of them works.

Running command (New-Object System.Drawing.Text.InstalledFontCollection).Families in powershell gives the following results:

...
更纱黑体 CL
更纱黑体 J
更纱黑体 SC
更纱黑体 TC
更纱黑体 UI CL
更纱黑体 UI J
更纱黑体 UI SC
更纱黑体 UI TC
...
等距更纱黑体 CL
等距更纱黑体 J
等距更纱黑体 SC
等距更纱黑体 TC
...
@be5invis
Copy link
Owner

be5invis commented Nov 28, 2017 via email

@be5invis
Copy link
Owner

This is my config and works perfectly on my PC (Windows 10 RS3):

{
	"editor.fontFamily": "Sarasa Mono SC"
}

@gnaggnoyil
Copy link
Author

Thanks! Confirmed Sarasa Mono SC worked for me. Thought I was having some typo.

@Blealtan
Copy link

等距更纱黑体 SC works for me.

@uonr
Copy link

uonr commented Jun 3, 2018

I think this information should be written to README

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants