| Index: content/browser/renderer_host/dwrite_font_proxy_message_filter_win.cc
|
| diff --git a/content/browser/renderer_host/dwrite_font_proxy_message_filter_win.cc b/content/browser/renderer_host/dwrite_font_proxy_message_filter_win.cc
|
| index 53d423008ae6cb447e81f84d68e2c98c8bb72018..0559b9759d39cb1955f5742ce1eb863b6f3f3f06 100644
|
| --- a/content/browser/renderer_host/dwrite_font_proxy_message_filter_win.cc
|
| +++ b/content/browser/renderer_host/dwrite_font_proxy_message_filter_win.cc
|
| @@ -118,8 +118,9 @@ base::string16 GetWindowsFontsPath() {
|
|
|
| // These are the fonts that Blink tries to load in getLastResortFallbackFont,
|
| // and will crash if none can be loaded.
|
| -const wchar_t* kLastResortFontNames[] = {L"Sans", L"Arial", L"MS UI Gothic",
|
| - L"Microsoft Sans Serif"};
|
| +const wchar_t* kLastResortFontNames[] = {
|
| + L"Sans", L"Arial", L"MS UI Gothic", L"Microsoft Sans Serif",
|
| + L"Segoe UI", L"Calibri", L"Times New Roman", L"Courier New"};
|
|
|
| // Feature to enable loading font files from outside the system font directory.
|
| const base::Feature kEnableCustomFonts {
|
|
|