Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I increase the font size in WebStorm?

Tags:

The font size in the editor in WebStorm is too puny for my taste (or my eyes, I should say).

I tried to change it via Settings > Editor > Colors & BFonts > Font, which does have a "Size" edit box in the "Editor Font" section, but it is readonly.

So how can I "up" the font size? I also (first) tried Ctrl+mouseWheel, but that didn't lead to any joy in Mudville, either.

like image 235
B. Clay Shannon-B. Crow Raven Avatar asked Sep 09 '15 20:09

B. Clay Shannon-B. Crow Raven


People also ask

How do you change the font on WebStorm?

To customize the default font, open the Editor | Font page of the IDE settings Ctrl+Alt+S . This font is used and inherited in all color schemes by default. For more information, see Font. WebStorm can use any font that's available in your operating system.

How do you Zoom in on WebStorm text?

Open the Settings/Preferences dialog, expand the Editor node, and click General. Make sure that the setting Change font size (Zoom) with Ctrl+MouseWheel is enabled.

How do I increase the size of a script?

To change your display in Windows, select Start > Settings > Accessibility > Text size. To make only the text on your screen larger, adjust the slider next to Text size. To make everything larger, including images and apps, select Display , and then choose an option from the drop-down menu next to Scale.


1 Answers

Change font size with MouseWheel

(called "zooming in the editor")

To enable changing font size in the editor

  1. Open the Settings/Preferences dialog, expand the Editor node, and click General.
  2. Make sure that the setting Change font size (Zoom) with Ctrl+MouseWheel is enabled.

https://www.jetbrains.com/help/idea/2017.1/zooming-in-the-editor.html

like image 166
ofir_aghai Avatar answered Sep 19 '22 15:09

ofir_aghai