Fix Weird Font Problem in Windows 10
Fix Weird Font Problem in Windows 10
This is a very weird font problem where people are say the main font has been changed after a window update or upgrade to windows 10.
I have left a link to a post on Microsoft where people have had the same issue. Also a guy on my forum has posted about the same issue with font being changed, in the video I will show you how to resolve this problem.
Wrong, "graffiti" font in apps and Web pages after upgrade to Windows 10
https://answers.microsoft.com/en-us/windows/forum/windows_10-start/wrong-grafitti-font-in-apps-and-web-pages-after/eb9f39c0-989a-41a0-91d6-8b8ac44cc298
The registry entries for installed fonts are under this key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts
reg query "hklm\software\microsoft\windows nt\currentversion\fonts" /v "arial (truetype)"
To reset font back to windows default font.
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"=-
Read more on how to fix this issue here on my forum
http://www.briteccomputers.co.uk/forum/showthread.php?tid=4332