What was the default font in Android Studio Editor for versions < 3.6?

Viewed 3770

Does anyone know how to get the text in Android-Studio 3.6 editor to look similar to the one from the previous versions? What was the default Editor font in previous versions? I've updated mine to 3.6 yesterday and it's really difficult for me to switch to the new fonts.

6 Answers

What I've ended up is Courier New, size 12

For future reference, for me it was this

Settings -> Editor -> Font

Change font to Consolas

which was standard in IntelliJ before the update.

Either manually edit your font by going here:

Android Studio > Preferences > Editor > Font

or apply the theme you had before by going here:

Android Studio > Preferences > Appearance & Behavior > Appearance 

For future reference, when you update AS it prompts you with a dialog that asks you whether you want to import the settings from the previous version or update to the new defaults. If you select the former then the updated version should respect your previous theme/fonts.

Not sure what the original really was but I chose Droid Sans Mono, size 11.

I've reset my editor to Menlo and the general font to Apple System font on mac. Looks similar to what it was before.

Related