mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 11:11:44 +00:00
[SETUP][BOOTDATA][INF] Helvetica-to-Arial substitutes (#1809)
Set the destinations of "Helvetica" font substitutes to "Arial". CORE-16264
This commit is contained in:
parent
257aed0e69
commit
10c08e1d62
3 changed files with 5 additions and 5 deletions
|
@ -111,7 +111,7 @@ MUI_SUBFONT HebrewFonts[] =
|
|||
{ L"Courier New TUR,162", L"Courier New,162" },
|
||||
{ L"Fixedsys", L"Fixedsys Excelsior 3.01-L2" },
|
||||
{ L"Helv", L"Tahoma" },
|
||||
{ L"Helvetica", L"Tahoma" },
|
||||
{ L"Helvetica", L"Arial" },
|
||||
{ L"MS Sans Serif", L"Tahoma" },
|
||||
{ L"MS Shell Dlg", L"Tahoma" },
|
||||
{ L"MS Shell Dlg 2", L"Tahoma" },
|
||||
|
@ -355,7 +355,7 @@ MUI_SUBFONT UnicodeFonts[] =
|
|||
{ L"Courier New TUR,162", L"Courier New,162" },
|
||||
{ L"Fixedsys", L"Fixedsys Excelsior 3.01-L2" },
|
||||
{ L"Helv", L"DejaVu Sans" },
|
||||
{ L"Helvetica", L"DejaVu Sans" },
|
||||
{ L"Helvetica", L"Arial" },
|
||||
{ L"MS Sans Serif", L"DejaVu Sans" },
|
||||
{ L"MS Shell Dlg", L"DejaVu Sans" },
|
||||
{ L"MS Shell Dlg 2", L"DejaVu Sans" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue