This worked for me: https://www.windowscentral.com/how-change-default-system-font-windows-10
It uses the registry so make a restore point just to be safe.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi. Is there a way to chage system font at Windows 11 ?
Thanks.
This worked for me: https://www.windowscentral.com/how-change-default-system-font-windows-10
It uses the registry so make a restore point just to be safe.
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more
I use a small registry editor routine I found back in 2011 to change "Segoe UI " to "Times Roman" which is my favorite font to use.
REMEMBER: THIS IS A SYSTEM REGISTRY EDITOR SUGGESTION, SO PROCEED WITH CAUTION WHEN USING IT!!!!
It's a starting place and you can edit the editor to whatever font you prefer; if there's a TT font equivalent in your preferred font, most likely the editor will change it for you.
If not, the original Microsoft font remains in place.
Search for "Windows Registry Editor Version 5.00" for the original editor set-up routine.
The text wording of my own copy of the editor, after I added my own TNR font and saved to new file, looks like this (I added the italics):
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
"Segoe UI (TrueType)"=""
"Segoe UI Bold (TrueType)"=""
"Segoe UI Italic (TrueType)"=""
"Segoe UI Bold Italic (TrueType)"=""
"Segoe UI Semibold (TrueType)"=""
"Segoe UI Light (TrueType)"=""
"Segoe UI Symbol (TrueType)"=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]
"Segoe UI"="Times New Roman"
It still works on Windows 11, although Win 11 has many more Segoe UI fonts than back in 2011..
And it doesn't break the start menu.
Added start menu and task bar app you might like: ExplorerPatcher on GitHub