Accidentally tinkering with fonts on Windows 10 and want to return to the default font? In the guide below, SoftwareTipsTricks.vn shares with its readers the fastest and simplest way to restore default fonts.

Method 1: Restoring Default Fonts Using Font Settings
Step 1: Click on the Search icon (1) or press Windows + S. Then, type control panel (2) => click on the Control Panel app (3) in the first result.

Step 2: Click on View by (1) to switch to Large icon (2). Then, select Fonts (3).

Step 3: Click on Font settings.

Step 4: Click on Restore default font settings to complete the process.

Method 2: Restoring Default Font via Registry



Step 3: Right-click on the .reg file (1) => Edit (2).

Step 4: Paste the following code into Notepad.
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'=-
Then save using the Ctrl + S shortcut and exit Notepad.



