Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Changing the code font size in WebStorm IDE

Tags:

ide

webstorm

I can't seem to find a way to change the code font size in WebStorm. I change the font size in options and it changes the menu and toolbar font size but not the actual code. Any ideas?

like image 810
ama2 Avatar asked Jun 20 '12 22:06

ama2


People also ask

How do I change font size in code?

In HTML, you can change the size of text with the <font> tag using the size attribute. The size attribute specifies how large a font will be displayed in either relative or absolute terms. Close the <font> tag with </font> to return to a normal text size.

How do I increase font size in IDE?

Go to the menu choice Options, then the only menu choice under that, Configure IDLE. On the left side of the window, about half way down the screen, you see Size: and a dropdown menu with a number in it. Click on that menu and make the number bigger, even as much as 22. Click on the Ok button.

How do I change the font in Webstorm terminal?

Press Ctrl+Alt+S to open the IDE settings and select Editor | Color Scheme | Console Font. Select the Use console font instead of the default checkbox.

What font does Webstorm use?

JetBrains Mono: A free and open source typeface for developers | JetBrains: Developer Tools for Professionals and Teams.


1 Answers

Settings (Preferences on Mac) | Editor | Colors & Fonts | Font, Size:

Before you can change this setting you must click "Save As..." and save the scheme under a custom name.

Font size

like image 61
CrazyCoder Avatar answered Sep 17 '22 19:09

CrazyCoder