Android Studio: How to increase the size of logcat text?

Anybody knows where can I increase the size of logcat text? There's no setting for it in the main settings.


Solution 1:

Go to file-> Settings-> Editor-> Colors & Font -> Console Font

Though to change the saved settings, you will have to create a new scheme or save the existing scheme with a new name(see the top of the screenshot.enter image description here)

Solution 2:

Thanks to @params for his answer but here is the correct screen shot

File > Settings > Editor > Colors & Font > Console Font

In size column give your size ,ex :- 18 click Ok

enter image description here

UPDATE

from android studio 3.1.2 it is in Settings > Editor > Color Scheme > Console Font

enter image description here