Skip to content

Instantly share code, notes, and snippets.

@germ13
Created December 9, 2015 23:46
Show Gist options
  • Save germ13/c22015e94b3d2ec2526d to your computer and use it in GitHub Desktop.
Save germ13/c22015e94b3d2ec2526d to your computer and use it in GitHub Desktop.
Windows "Sticky Notes" Registry edit to change default font. This one changes it to "Source Code Pro". Substitute accordingly.
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
"Segoe Print (TrueType)"="SourceCodePro-Regular.ttf"
"Segoe Print Bold (TrueType)"="SourceCodePro-Bold.ttf"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment