Skip to content

Instantly share code, notes, and snippets.

@roguesherlock
Created February 20, 2018 15:31
Show Gist options
  • Save roguesherlock/b14a0d5a1af4195c26ca5f661ac296ad to your computer and use it in GitHub Desktop.
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
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