Created
November 15, 2025 13:44
-
-
Save makesomelayouts/8c72811898f333cf618208620a87d9ca to your computer and use it in GitHub Desktop.
Change font in Windows 10, 11 to Comfortaa (need to have locally)
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 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