| Index: webkit/port/platform/graphics/FontCacheWin.cpp
|
| ===================================================================
|
| --- webkit/port/platform/graphics/FontCacheWin.cpp (revision 2795)
|
| +++ webkit/port/platform/graphics/FontCacheWin.cpp (working copy)
|
| @@ -395,11 +395,11 @@
|
|
|
| const static wchar_t* const commonFonts[] = {
|
| L"tahoma",
|
| + L"lucida sans unicode",
|
| L"arial unicode ms",
|
| L"microsoft sans serif",
|
| - L"lucida sans unicode",
|
| L"palatino linotype",
|
| - // Four fonts below (code2000 at the end) are not from MS, but
|
| + // Four fonts below (and code2000 at the end) are not from MS, but
|
| // once installed, cover a very wide range of characters.
|
| L"freeserif",
|
| L"freesans",
|
|
|