How to Change the Default System Font in Windows 10

The font on Windows 10 is called Segoe UI, and if you don't like it, you can use this Windows 10 tutorial, which will walk you through the steps to modify the registry to change the default system font on your computer.


How to change the default Windows 10 system font

1. Open Control Panel.

2. Open the Fonts.

3. See the font available on Windows 10 and note the exact name of the font you want to use (e.g., Arial, Courier New, Verdana, Tahoma, etc.).

How to Change the Default System Font in Windows 10 GkBQ11w

4. Copy and paste following registry code into the Notepad:

Code:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
"Segoe UI (TrueType)"=""
"Segoe UI Black (TrueType)"=""
"Segoe UI Black Italic (TrueType)"=""
"Segoe UI Bold (TrueType)"=""
"Segoe UI Bold Italic (TrueType)"=""
"Segoe UI Historic (TrueType)"=""
"Segoe UI Italic (TrueType)"=""
"Segoe UI Light (TrueType)"=""
"Segoe UI Light Italic (TrueType)"=""
"Segoe UI Semibold (TrueType)"=""
"Segoe UI Semibold Italic (TrueType)"=""
"Segoe UI Semilight (TrueType)"=""
"Segoe UI Semilight Italic (TrueType)"=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]
"Segoe UI"="ENTER FONT NAME HERE"


5.  In Notepad, replace ENTER FONT NAME HERE at the bottom with the name of the font (ex: "Courier New") you want to have as the default font in Windows 10.

6. Click File > Save As.

7. Under "Save as type," select All Files, and name your file anything you want with the .reg extension.

How to Change the Default System Font in Windows 10 V2jzUTO

8. Click Save button.

9. Double-click your new registry (.reg) file you have created to merge into the registry.

10. Click Yes button.

How to Change the Default System Font in Windows 10 FopvO6b

11. Click OK button.

How to Change the Default System Font in Windows 10 IZu5EwV

12. Restart your computer to changes to take affect.


Once your computer restarts, you should see the new font family throughout the elements, including on File Explorer, message box, taskbar, and apps that make use of the default system font.


If you want to revert the changes use the previously created system restore point or follow these steps:

1. Copy and paste the following registry code into the Notepad.

Code:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
"Segoe UI (TrueType)"="segoeui.ttf"
"Segoe UI Black (TrueType)"="seguibl.ttf"
"Segoe UI Black Italic (TrueType)"="seguibli.ttf"
"Segoe UI Bold (TrueType)"="segoeuib.ttf"
"Segoe UI Bold Italic (TrueType)"="segoeuiz.ttf"
"Segoe UI Emoji (TrueType)"="seguiemj.ttf"
"Segoe UI Historic (TrueType)"="seguihis.ttf"
"Segoe UI Italic (TrueType)"="segoeuii.ttf"
"Segoe UI Light (TrueType)"="segoeuil.ttf"
"Segoe UI Light Italic (TrueType)"="seguili.ttf"
"Segoe UI Semibold (TrueType)"="seguisb.ttf"
"Segoe UI Semibold Italic (TrueType)"="seguisbi.ttf"
"Segoe UI Semilight (TrueType)"="segoeuisl.ttf"
"Segoe UI Semilight Italic (TrueType)"="seguisli.ttf"
"Segoe UI Symbol (TrueType)"="seguisym.ttf"
"Segoe MDL2 Assets (TrueType)"="segmdl2.ttf"
"Segoe Print (TrueType)"="segoepr.ttf"
"Segoe Print Bold (TrueType)"="segoeprb.ttf"
"Segoe Script (TrueType)"="segoesc.ttf"
"Segoe Script Bold (TrueType)"="segoescb.ttf"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]

"Segoe UI"=-


2. Save it as Restore_default_font_in_Windows_10.reg

3. Double-click your new .reg file to merge into the registry.

4. Click Yes button.

5. Click OK button.

6.  Restart your computer to changes to take affect.



Did you find this tutorial helpful? Don’t forget to share your views with us.