Skip to content

Instantly share code, notes, and snippets.

@bantya
Created June 15, 2017 03:47
Show Gist options
  • Save bantya/16304fd2e0e0ec005dd4d744f1841295 to your computer and use it in GitHub Desktop.
Save bantya/16304fd2e0e0ec005dd4d744f1841295 to your computer and use it in GitHub Desktop.
REG: Change windows default system font
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
"Segoe UI (TrueType)"=""
"Segoe UI Black (TrueType)"=""
"Segoe UI Black Italic (TrueType)"=""
"Segoe UI Bold (TrueType)"=""
"Segoe UI Bold Italic (TrueType)"=""
"Segoe UI Emoji (TrueType)"=""
"Segoe UI Historic (TrueType)"=""
"Segoe UI Italic (TrueType)"=""
"Segoe UI Light (TrueType)"=""
"Segoe UI Light Italic (TrueType)"=""
"Segoe UI Semibold (TrueType)"=""
"Segoe UI Semibold Italic (TrueType)"=""
"Segoe UI Semilight (TrueType)"=""
"Segoe UI Semilight Italic (TrueType)"=""
"Segoe UI Symbol (TrueType)"=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]
"Segoe UI"="{ - desired font - }"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment