#Windows10 #Font #Settings
Make sure backup Windows Registry Editor before doing any changes.
Follow my Video How to backup Registry Editor –
And also create a restore point, You can create restore point by double-click check out this video how it is done –
==========================================
To Change System Font
Open Notepad:
Copy the code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionFonts]
“Segoe UI (TrueType)”=””
“Segoe UI Bold (TrueType)”=””
“Segoe UI Bold Italic (TrueType)”=””
“Segoe UI Italic (TrueType)”=””
“Segoe UI Light (TrueType)”=””
“Segoe UI Semibold (TrueType)”=””
“Segoe UI Symbol (TrueType)”=””
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionFontSubstitutes]
“Segoe UI”=”Enter Font Name”
==========================================
To bring back Default System Font
Open Notepad and copy paste the below code
Windows…