You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to set a Chinese font and an English font?
For example, set the Chinese font to "Yahei" and the English font to "Consolas".
Preferences.sublime-settings:
"font_face": "Yahei, Consolas" is wrong.
Preferred solution
Imitate font-family syntax of css.
Alternatives
"font_face": "Yahei, Consolas"
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Problem description
How to set a Chinese font and an English font?
For example, set the Chinese font to "Yahei" and the English font to "Consolas".
Preferences.sublime-settings:
"font_face": "Yahei, Consolas" is wrong.
Preferred solution
Imitate font-family syntax of css.
Alternatives
"font_face": "Yahei, Consolas"
Additional Information
No response
The text was updated successfully, but these errors were encountered: