Ghost Together
2 min readJul 29, 2022

Twitter has been getting weird lately.

I created a Twitter-like app just for fun:

Join us @ semicolon.dev to meet other web developers.

How To Change Font Size In VSCode

So recently I found out that there are actually two ways to change font size in Visual Studio Code. And one of them affects the actual UI frame itself. (You can make UI buttons bigger by rescaling the editor frame too.)

There are multiple ways to change font size in VSCode.

How to change text size in VSCode

This video will explain how to change text and rescale UI in under 2 minutes.

For those who like to read…

How To Change Font Size in VSCode

Open the settings (File > Preferences > Settings) or use the keyboard shortcut (Ctrl + ,)tThen type “font size” in the search box.

You will see two options:

“editor.fontSize”: 18

“editor.lineHeight”: 24

You can adjust these settings to your liking.

If you want a bigger or smaller font size, simply change the numbers. The “lineHeight” option will adjust the spacing between lines.

There is no save button. Changes are applied to all tabs soon as new values are typed and you click away from the input box.

You can also increase or decrease the font size using the keyboard shortcuts:

Ctrl + Mouse Wheel Up/Down

or

Ctrl + Shift + P > Preferences: Change Font Size

Finally, you can click on the settings icon in the bottom right corner of the window, and then click on the “A” icon to change the font size.

Semicolon > vscode how to change text size

Ghost Together

Ghost Together @ https://semicolon.dev is an alternative to Twitter. Sign up to meet other makers of things.