Set-ConsoleFont¶
SYNOPSIS¶
Set the font for your consoles in Windows.
SYNTAX¶
DESCRIPTION¶
Set-ConsoleFont allows you to set the font for all of your registered Windows consoles (Windows PowerShell, Windows Terminal, PowerShell, or Command Prompt). It provides tab-autocomplete for the font parameter, listing all of the Nerd Fonts and monospace fonts installed in Windows.
EXAMPLES¶
EXAMPLE 1¶
PARAMETERS¶
-Font¶
The name of the font to set for your consoles in Windows.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters¶
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -Verbose, -WarningAction, -WarningVariable, and -ProgressAction. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).