mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 03:05:40 +00:00
[FONTS] Improve the font-substitution for Franklin Gothic Medium to better match the original font. This improves Luna's start button. CORE-12877
svn path=/trunk/; revision=75029
This commit is contained in:
parent
7b4db04803
commit
0b9b807d23
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ MUI_SUBFONT LatinFonts[] =
|
|||
{ L"Courier", L"FreeMono" },
|
||||
{ L"Courier New", L"FreeMono" },
|
||||
{ L"Fixedsys", L"Fixedsys Excelsior 3.01-L2" },
|
||||
{ L"Franklin Gothic Medium", L"Libre Franklin" },
|
||||
{ L"Franklin Gothic Medium", L"Libre Franklin Bold" },
|
||||
{ L"Helv", L"Tahoma" },
|
||||
{ L"Helvetica", L"Liberation Sans" },
|
||||
{ L"Lucida Console", L"DejaVu Sans Mono" },
|
||||
|
@ -227,7 +227,7 @@ MUI_SUBFONT UnicodeFonts[] =
|
|||
{ L"Courier", L"DejaVu Sans Mono" },
|
||||
{ L"Courier New", L"DejaVu Sans Mono" },
|
||||
{ L"Fixedsys", L"Fixedsys Excelsior 3.01-L2" },
|
||||
{ L"Franklin Gothic Medium", L"Libre Franklin" },
|
||||
{ L"Franklin Gothic Medium", L"Libre Franklin Bold" },
|
||||
{ L"Helv", L"DejaVu Sans" },
|
||||
{ L"Helvetica", L"DejaVu Sans" },
|
||||
{ L"Lucida Console", L"DejaVu Sans Mono" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue