change font of WebStorm on Ubuntu 16.04 doesn't affect Chinese characters
I change editor and console font in settings - Editor - Colors & fonts - font| Console font, English character changed but Chinese character doesn't change.
I have tried Roboto and Ubuntu font.
But, some font is effect like SansSerif.
Mysteriously, Chinese character is all italic.
Please sign in to leave a comment.
Looks like the chosen fonts (Roboto and Ubuntu) don't support Chinese glyph. In such cases, if no secondary font is specified, WebStorm uses the first suitable font from installed fonts list returned by Java to display Chinese. So, when choosing a font, make sure it supports Chinese
You are right. Roboto and Ubuntu font both use Noto Sans CJK as Chinese Font. Thanks.