How to add fonts to Command Prompt on Windows 10

Command Prompt on Windows is very limited in customization. Although you can make some simple changes like color change, transparency . even font options are very small, only from 2 to 5 fonts, depending on the version of Windows you are using.

The good news is that you can now add fonts to CMD but note that only monospace fonts can be added (ie fonts where the width of the letters is equal). If adding fonts is not monospace, CMD will not be recognized and will not display in the font list.

If there is no font you like on your device, look for monospace fonts on sites like Google Fonts, Font Squirrel or DaFont . After downloading, right-click and select Install to install the font on your computer.

You will then have to install them into the Command Prompt.

  1. Summary of the common Run CMD commands
  2. How are Command Prompt (cmd) and PowerShell different?

How to add fonts to Command Prompt on Windows 10

Command Prompt does not add fonts through the user interface but must use Registry Editor. Follow these steps to add downloaded fonts to CMD.

Step 1 - Open Windows Registry Editor, find regedit on the Start menu and open it, then go to the following address:

 HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionConsoleTrueTypeFont 

Step 2 - On the right panel you will see a list of fonts such as Consolas or Lucida Console available on Command Prompt. Each string will have separate values ​​like 0, 00 .

Step 3 - To add a font, you need to create a new string with a unique name. Right-click on the right panel, select New > String Value. Name the string value '01' and press Enter. If you already have this value, set another value, just make sure it's unique.

How to add fonts to Command Prompt on Windows 10 Picture 1
Set a unique name (not duplicated) for the string value

Step 4 - Double click on the value just created. In the data value field, enter the font name with all uppercase letters or spaces if available. Then select OK to save the changes.

How to add fonts to Command Prompt on Windows 10 Picture 2
Enter the name of the font in the data value field

Step 5 - To use this new font, open the Command Prompt, right click on the titlebar and select Properties.

How to add fonts to Command Prompt on Windows 10 Picture 3
Open CMD and select Properties

Step 6 - At the Properties window , select the Font tab and find that font in the Fonts section . Select and click the OK button to apply the changes. Sometimes you will have to change the font size to display on the better Command Prompt.

How to add fonts to Command Prompt on Windows 10 Picture 4
Select and customize the font before using

If you don't see the font in this list, try restarting the computer. If you still don't see, either the font you added is not monospace, or the Command Prompt does not support, even if it is a monospace font.

Now you can change the appearance of the Command Prompt window pane with the new typeface.

See more:

  1. 25 multiple choice Windows Command Prompt questions
  2. 21 Command Prompt tricks you may not know
  3. Tips for customizing Command Prompt colors on Windows
4.4 ★ | 8 Vote

May be interested

  • Windows promptWindows prompt
    the prompt command changes the command prompt cmd.exe file.
  • How to Create a Custom Windows Command PromptHow to Create a Custom Windows Command Prompt
    the windows command prompt (located at c:windowssystem32cmd.exe) is a useful tool to perform various administrative tasks. the prompt is a string of characters (special and non special) that are displayed whenever the command prompt is...
  • How to Open Folders in CMDHow to Open Folders in CMD
    do you need to access something from the command prompt or the windows command prompt? although it looks classic, this program is really easy to use if you know some basic commands. today's tipsmake will show you how to use the 'cd' command to open a folder in windows command prompt. besides, you will also know more great tips to instantly open command prompt in any folder on windows file explorer.
  • How to Execute a Program in Command PromptHow to Execute a Program in Command Prompt
    this article shows you how to open a program on a windows computer using the command prompt application. although you can only open programs that are installed in folders created by windows (such as desktop), you are still allowed to add the program's folder to the command prompt list to open the program with the command prompt.
  • How to Open Command Prompt on WindowsHow to Open Command Prompt on Windows
    today's tipsmake will show you how to open the command prompt program on windows. there are many ways to do it, from as simple as searching the start menu to using the run command. however, you should remember, some computers (such as school computers) cannot run command prompt due to restrictions.
  • How to fix the error of Command Prompt opening automatically on WindowsHow to fix the error of Command Prompt opening automatically on Windows
    it can be extremely annoying when the command prompt constantly interrupts what you're doing on your windows computer by randomly appearing.
  • How to change the folder in Command Prompt on Windows 10How to change the folder in Command Prompt on Windows 10
    one of the first things you need to learn when you become more familiar with the command prompt on windows 10 is how to change the folders in the file system of the operating system. the following article will guide you to implement them.
  • How to open Command Prompt during Windows installationHow to open Command Prompt during Windows installation
    opening command prompt while you install windows will help you use commands in cmd such as checking drive health, converting standard mbr - gpt and many other benefits,
  • How to Add and Delete User Accounts with Command Prompt on WindowsHow to Add and Delete User Accounts with Command Prompt on Windows
    command prompt is basically a version of the 'terminal' application (apple) on windows, a program that allows us to enter system adjustment commands. while most commands users enter into command prompt simply execute the action itself (such as opening a folder), you can also use command prompt to quickly create (or delete) accounts. right on your computer!
  • How to Change Directory in Command PromptHow to Change Directory in Command Prompt
    this article shows you how to change folders in the command prompt program on a windows computer. to change commands in command prompt, you must use an administrator account.