| Index: third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.cpp b/third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.cpp
|
| index 12cb486b07769dafd5237389795cb7d5142fd6a9..bd80afd4e1b825c1b4caedc920f9513d9e9c677a 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.cpp
|
| @@ -142,7 +142,7 @@ void initializeScriptFontMap(ScriptToFontMap& scriptFontMap, SkFontMgr* fontMana
|
| static const UChar* ethiopicFonts[] = { L"Nyala", L"Abyssinica SIL",
|
| L"Ethiopia Jiret", L"Visual Geez Unicode", L"GF Zemen Unicode",
|
| L"Ebrima", 0 };
|
| - static const UChar* georgianFonts[] = { L"Segoe UI", L"Sylfaen", 0 };
|
| + static const UChar* georgianFonts[] = { L"Sylfaen", L"Segoe UI", 0 };
|
| static const UChar* glagoliticFonts[] = { L"Segoe UI Historic",
|
| L"Segoe UI Symbol", 0 };
|
| static const UChar* gothicFonts[] = { L"Segoe UI Historic",
|
|
|