This file contains 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 | |
; Here we are setting back all of the Seoge UI fonts to their respective fonts | |
; by their filename because these were all unset in `newfont.reg` | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts] | |
"Segoe UI (TrueType)"="segoeui.ttf" | |
"Segoe UI Black (TrueType)"="seguibl.ttf" | |
"Segoe UI Black Italic (TrueType)"="seguibli.ttf" | |
"Segoe UI Bold (TrueType)"="segoeuib.ttf" | |
"Segoe UI Bold Italic (TrueType)"="segoeuiz.ttf" |
This file contains 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 | |
; In Windows 10 the "Segoe UI" font family is the default that shipped with Windows | |
[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)"="" |