From ae8595141361223fa929cbe46d2175bc56d0458b Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Wed, 26 May 2004 21:47:07 +0000 Subject: [PATCH] - New font substitution: MS Sans Serif -> Bitstream Vera Serif svn path=/trunk/; revision=9504 --- reactos/bootdata/hivesft.inf | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/bootdata/hivesft.inf b/reactos/bootdata/hivesft.inf index 5d6a985c2fa..81658fb540b 100644 --- a/reactos/bootdata/hivesft.inf +++ b/reactos/bootdata/hivesft.inf @@ -43,5 +43,6 @@ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0 HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"Bitstream Vera Sans Mono" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Marlett",0x00000000,"TGMarlett" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Bitstream Vera Serif" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"Bitstream Vera Serif" ; EOF