Created
June 15, 2017 03:47
-
-
Save bantya/16304fd2e0e0ec005dd4d744f1841295 to your computer and use it in GitHub Desktop.
REG: Change windows default system font
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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