Johnny Five
Johnny Five

Reputation: 1015

How to change font in Android Studio 2.2 rc from bold to normal

I downloaded Android Studio 2.2rc and in this version default code style looks bolder then in (for example) 2.1. Can I return normal font style and use 2.2rc at the same time? (You can see the difference in font on this pictures, but settings are the same)

2.1

2.2

Upvotes: 3

Views: 412

Answers (1)

xdigit
xdigit

Reputation: 111

Go to IDEA settings, find Appearance -> Antialiasing, and set Editor or IDE to Grayscale.

Upvotes: 8

Related Questions