Change Arabic font in android studio

Viewed 2509

I tried to change the font inside android studio but arabic font cant change it ! Can you help me please . Font for editor not for mobile application.

enter image description here

2 Answers

change arabic font in android studio

the problem is the main font you use is not support arabic so , go to `

File>setting>Editor>Font

` and change fallback font to any other font like times new roman or any preferred one .

Related