visual studio code - Where to know the default CJK font-family in VScode on windows11? - Stack Overflow

admin2025-04-16  6

I am a CJK font user, and I have consulted the default font-family settings in here. And after consulting the default settings. I learnt that the font-family is:

// Controls the font family.
"editor.fontFamily": "Consolas, 'Courier New', monospace",

It's doesn't provide the CJK fonts, I think the default CJK font is depends the System. What I want to know is the default CJK fonts.

More detailed, my font-family config is as below:

"editor.fontFamily": "'Cascadia Code',\"霞鹜文楷等宽\",Consolas,'Courier New',monospace",

And in my editor, it yields:

I wonder what is the default CJK font in the case.

转载请注明原文地址:http://www.anycun.com/QandA/1744800510a87797.html