[SOLVED] System font is wrong

Mar 9, 2020
7
0
10
I'm having so many problems getting the default system font to show up again.
Here's how it's showing up:
unknown.png

Here's how it's supposed to look like.
unknown.png

I deleted all my fonts. The right font showed up. But then I reinstalled all my fonts and it was gone again. And then I deleted all my fonts and its still not showing up.

After I did that, my C:\Windows\Fonts folder shows up like a normal folder, I guess that's not normal?
unknown.png

Is there any way I can get this font back? I don't know what to do.
 
FROM THE ABOVE LINK OF WINDOWS CENTRAL(thanks @onespeedbiker )
Just follow the steps below. It will change any custom font to default system font.
  1. Open Notepad.
  2. Copy and paste the following registry code into the text file:
    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"=-
  3. Click File.
  4. Click Save As.
  5. Under "Save as type," select All Files, and name your file anything you want with the .reg extension.
  6. Click Save.
  7. Double-click your new .reg file to merge into the registry.
  8. Click Yes.
  9. Click OK.
  10. Restart your computer to complete the task.