Skip to content

Instantly share code, notes, and snippets.

@makesomelayouts
Created November 15, 2025 13:44
Show Gist options
  • Select an option

  • Save makesomelayouts/8c72811898f333cf618208620a87d9ca to your computer and use it in GitHub Desktop.

Select an option

Save makesomelayouts/8c72811898f333cf618208620a87d9ca to your computer and use it in GitHub Desktop.
Change font in Windows 10, 11 to Comfortaa (need to have locally)
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
"Segoe UI (TrueType)"=""
"Segoe UI Bold (TrueType)"=""
"Segoe UI Bold Italic (TrueType)"=""
"Segoe UI Italic (TrueType)"=""
"Segoe UI Light (TrueType)"=""
"Segoe UI Semibold (TrueType)"=""
"Segoe UI Symbol (TrueType)"=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]
"Segoe UI"="Comfortaa"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment