Home>Article>Development Tools> How to set webstorm font
Background:
After installing webstorm, I found that the font size was very small, so I summarized the method of setting the font size.
(Recommended tutorial:webstorm)
1. Ctrl scroll the wheel to adjust the font size
File--->Settings(Ctrl Alt s)--->Editor--->General--->Change font size(Zoom)... Check the box in front. Just click OK.
On the code editing page, Ctrl and scroll the wheel to adjust the font size.
2. Adjust the font size by changing the size
File--->Settings(Ctrl Alt s)--->Editor-- ->Font--->Size.
Click Apply to see if the font size is appropriate. If not, adjust it. If it is appropriate, just OK. If the code does not become larger or smaller at this time, create a new html page and try to adjust the size, and it will be fine (this is my case).
But I prefer the first debugging method, which is simple and direct.
The above is the detailed content of How to set webstorm font. For more information, please follow other related articles on the PHP Chinese website!