Skip to content

Commit bac7d7f

Browse files
authored
[SETUP][INF][FONTS] Change font substitutes for "MS Sans Serif" and "MS Shell Dlg" (reactos#8481)
Change both of these from "Tahoma" to "Microsoft Sans Serif" for Latin Fonts only. It is possible that other language types would benefit, but I am unable to test these. CORE-15675 and CORE-15678 (Both Fixed.) CORE-16435 (Improvements only. Not totally fixed.)
1 parent be39662 commit bac7d7f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

base/setup/lib/muifonts.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ MUI_SUBFONT LatinFonts[] =
1717
{ L"Fixedsys", L"Fixedsys Excelsior 3.01-L2" },
1818
{ L"Helv", L"MS Sans Serif" },
1919
{ L"Helvetica", L"Arial" },
20-
{ L"MS Sans Serif", L"Tahoma" },
21-
{ L"MS Shell Dlg", L"Tahoma" },
20+
{ L"MS Sans Serif", L"Microsoft Sans Serif" },
21+
{ L"MS Shell Dlg", L"Microsoft Sans Serif" },
2222
{ L"MS Shell Dlg 2", L"Tahoma" },
2323
{ L"Segoe UI Symbol", L"Arial" },
2424
{ L"System", L"FreeSans" },

media/inf/font.inf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Courier",0x
2828
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Fixedsys",0x00000000,"Fixedsys Excelsior 3.01-L2"
2929
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helv",0x00000000,"MS Sans Serif"
3030
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helvetica",0x00000000,"Arial"
31-
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Sans Serif",0x00000000,"Tahoma"
32-
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg",0x00000000,"Tahoma"
31+
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Sans Serif",0x00000000,"Microsoft Sans Serif"
32+
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg",0x00000000,"Microsoft Sans Serif"
3333
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg 2",0x00000000,"Tahoma"
3434
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Segoe UI Symbol",0x00000000,"Arial"
3535
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Terminal",0x00000000,"Lucida Console"

0 commit comments

Comments
 (0)