How to add fonts to Android Studio editor

I am using Ubuntu 14.04 LTS for Android Dev, the system language 简体 中文 (Simplified Chinese).

And I use Android Studio, the Pro source fonts are very good, but don't seem to support Simplified Chinese. And when I introduce some Chinese to the editor, it appears in the Regular script Fonts, which is so ugly in the code editor.
enter image description here

And I am trying to install some fonts on my system. But I can’t find it in the font of the Android Studio Editor, but it is shown in the default Android Studio system fonts.
enter image description here enter image description here So, how can I change the fonts of Android Studio Editor to display simplified Chinese? Thank you very much.

+5
source share
2 answers

Just uncheck "Show only monospaced fonts" in the font settings of the editor.

+1
source

In the font settings of the editor, you must first save your layout. Then you can set the font of the editor:

enter image description here

Hope this helps you.

+1
source

All Articles