I'm trying to change the font size on the NodeJS command prompt. With the standard Windows Command Window, you can use the following steps to change the font size:
- Right Click 'Command Prompt'
- Choose 'Properties'
- Click on the 'Font' tab
- Adjust the font
- Click Apply / OK
If you do the same with the Node JS command prompt, none of your changes are applied. Is there a way to get around this?