Add registry entry for default font. Rename font change reg entry
This commit is contained in:
parent
fbd302e051
commit
6417965fb1
23
arch-config/fonts-windows-default.reg
Normal file
23
arch-config/fonts-windows-default.reg
Normal file
@ -0,0 +1,23 @@
|
||||
Windows Registry Editor Version 5.00
|
||||
|
||||
;Restores default system font setting (to Segoe UI) in Windows 8 and Windows 10
|
||||
|
||||
[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"
|
||||
"Segoe UI Emoji (TrueType)"="seguiemj.ttf"
|
||||
"Segoe UI Historic (TrueType)"="seguihis.ttf"
|
||||
"Segoe UI Italic (TrueType)"="segoeuii.ttf"
|
||||
"Segoe UI Light (TrueType)"="segoeuil.ttf"
|
||||
"Segoe UI Light Italic (TrueType)"="seguili.ttf"
|
||||
"Segoe UI Semibold (TrueType)"="seguisb.ttf"
|
||||
"Segoe UI Semibold Italic (TrueType)"="seguisbi.ttf"
|
||||
"Segoe UI Semilight (TrueType)"="segoeuisl.ttf"
|
||||
"Segoe UI Semilight Italic (TrueType)"="seguisli.ttf"
|
||||
"Segoe UI Symbol (TrueType)"="seguisym.ttf"
|
||||
|
||||
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]
|
||||
"Segoe UI"=-
|
Loading…
Reference in New Issue
Block a user