PowerShell and CMD – Changing Font

cmd.exepowershell

I was looking if there was a way to change the font in command prompt or power shell? To be more exact changing it to Ubuntu Mono? Or what is the default font in Ubuntu?

Best Answer

You can access the shell menu by right-clicking in the upper left hand corner of the window:

Shell Menu

From there, if you would like to make a permanent change select "Defaults", to change just this session's shell select "Properties". Both options open a similar window. Select the "Font" tab and then select the desired font and size.

Defaults Dialog

Related Question