Created
February 20, 2018 15:31
-
-
Save roguesherlock/b14a0d5a1af4195c26ca5f661ac296ad to your computer and use it in GitHub Desktop.
A Quick and Dirty Hack to Change Default UI Font to Roboto in Windows 10
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 (TrueType)"="" | |
"Segoe UI Black (TrueType)"="" | |
"Segoe UI Black Italic (TrueType)"="" | |
"Segoe UI Bold (TrueType)"="" | |
"Segoe UI Bold Italic (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)"="" | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes] | |
"Segoe UI"="Roboto" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment