How To Change The Default System Font On Windows 10
How To Change The Default System Font On Windows 10
🏡
Windows
Windows 10
Windows 10’s default system font, Segoe UI, looks pretty nice. However, if you
have something better to replace it with, you can change the default system font on your
Windows 10 PC. We’ll show you how to do this.
Luckily, this is easy to do. You need to create a registry hack file, add your new font’s
name in it, and execute the file to change the default Windows 10 font.
To begin, you need to know the official name of the font that you want to set as the
default system font. You can find this name using the Settings app.
Open the “Start” menu, search for “Settings,” then click the first result. You can also
press Windows+i to quickly open the Settings window.
ADVERTISEMENT
In Settings, click “Personalization,” then select “Fonts” in the left sidebar. On the right
pane, find the font that you want to set as the default and click the font name.
At the top of your screen, you can see the official name of your font. Note this name.
Now, you need to create a registry hack that adds this font to the Windows Registry.
You can use a text editor like Notepad to make registry hacks.
To start, open the “Start” menu, search for “Notepad,” then click the first result.
Copy the following code and paste it into a new Notepad document. Then, replace
“NEW-FONT” in the code with the name of the font you noted earlier. Make sure that
you keep double quotes around the font name as already shown in the code.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
"Segoe UI (TrueType)"=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\FontSubstitutes]
"Segoe UI"="NEW-FONT"
In Notepad, click File > Save As. Then enter a name followed by “.reg” in the “File
name” field. For example, to save the file as “mynewfont”, you’d type “mynewfont.reg”.
Choose “All Files” from the “Save as type” dropdown menu, select a location to save
your file in, and click “Save.”
ADVERTISEMENT
Open the folder where you saved your newly created Registry hack. Right-click this file
and select “Merge.” This adds the values in your file to the Windows Registry.
Click “Yes” in the prompt, then click “Yes” again to add your new values to the Windows
Registry.
Lastly, click the “Start” menu, select the power icon, and choose “Restart” to restart your
computer. This brings your changes into effect.
When your computer boots back up, you’ll find your selected font is now the default font
for nearly all Windows panels and tools.
To use another font as the default font, right-click your Registry hack and select “Edit.”
Replace your current font’s name with your new font name, and click File > Save to
save the file.
Then, right-click your file and select “Merge,” followed by “Yes” (twice) to change your
default font.
ADVERTISEMENT
To do this, open the “Start” menu, search for “Notepad,” then click the app in the results.
Copy the following text and paste it into your new Notepad document. You don’t need to
make any changes to this text.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
"Segoe UI (TrueType)"="segoeui.ttf"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\FontSubstitutes]
"Segoe UI"=-
Click File > Save As in Notepad to save your new hack. Then enter a name, followed by
“.reg” in the “File name” field. Choose “All Files” from the “Save as type” dropdown, then
click “Save.”
Use File Explorer to find your newly created Registry hack. Right-click this file and
select “Merge.”
Click “Yes” in both prompts on your screen to add the default font to the Registry.
ADVERTISEMENT
Finally, reboot your computer, and you now have the original font as the default on your
PC.
In addition to Windows, you can change the default font in your browsers as well. You
might want to do this to keep the fonts consistent across your apps.