Sublime Forum

Several font setting

#1

Could ST3 add a feature to enable user to set several font?

I’m a Chinese user, thus the editor window of ST3 usually needs to display two kinds of fonts- English and Chinese.
And this leads to two problems:

  1. If I my computer system language setting is English, ST3 will display the Chinese contents in Japanese font;
  2. ST3 couldn’t display both “Consolas” and “Microsoft Yahei”(a kind of Chinese font) at the same time(English letters and scripts display in “Consolas” and Chinese display in “Microsoft Yahei”).

Could the author of ST3 add the feature mentioned at the first line of this article?
Like the CSS font-family Property, “hold several font names as a ‘fallback’ system. If the browser does not support the first font, it tries the next font.”.

My English is not good enough to convey my ideas explicitly, sorry.

And following is a sample about that feature:

{
" font-face":
“Consolas”, // display English letters and scripts in Consolas
“Microsoft Yahei”, // make up the supporting for Chinese character
“Microsft Yahei UI” // if “Microsoft Yahei” doesn’t exist in system, use this kind of font to display Chinese character
]
}

This feature also helps the users from Japan, South Korea and many other countries(non-English speaking countries).

4 Likes

Second font_face
#2

Agree!
Font Family is really necessary for non-Latin users.
Hope this feature will be considered in recent versions.

0 Likes

#3

Up this post, I am also looking for the SECOND FONT-FACE support for New SublimeText .

Please help us, we need this feature !

0 Likes

#4

In the version 3143 :
Asia Character became very small
So the Asia Font still not optimize to show
Very disappointed.

0 Likes