Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to change the font in the Developer Powershell Terminal?

I would like to set up Visual Studio 2019 to use Cascadia Code PL on Terminal Window. I was able to set it through "Tools > Environment > Fonts and Colors" menu for Text Editor, but I wasn't able to find where to do it for Terminal.

Developer PowerShell Terminal

Thanks.

like image 303
Carlos L. Pérez Avatar asked Jan 21 '21 23:01

Carlos L. Pérez


People also ask

How do I change the font in PowerShell?

You can change the font that PowerShell uses by right-clicking the title bar and going to Properties or Default. There's a Font tab in the window that opens where you can select a font and its size.

How do I change the font in terminal?

To change the font settings for the contents of the Terminal window, start the Terminal application, then choose Edit -> Current Profile. In the General tabbed section, specify a font for the window contents as follows: Deselect the Use the same font as other applications option.

How do I change the font size in a PowerShell script?

To change the font size of the PowerShell ISE editor using the command, we need to use the cmdlet $PSISE which is only loaded inside the PowerShell ISE console. You won't find it in the main PowerShell console. You need to select the Options Property and then need to set its FontSize attribute as shown below.

How do I reduce a font in terminal?

Open the terminal with pressing Ctrl + Alt + T . Then in the General Tab, uncheck Use the system fixed width font, and then select your desired font from dropdown menu.


1 Answers

I had the same Developer PowerShell as in you screenshot but it should be in the "Show settings for:" dropdown list: enter image description here

like image 142
Lars Strange Avatar answered Sep 23 '22 06:09

Lars Strange