From d5e65f1920ac5419439daf746f93efcabc7e6c08 Mon Sep 17 00:00:00 2001 From: "agl@chromium.org" Date: Mon, 1 Dec 2008 17:37:57 +0000 Subject: Linux: When asked for Monaco font, default to Times New Roman. Monaco is an Apple specific font which we don't have on either Linux nor Windows. When Windows is asked for it it appears to fallback to Times New Roman. We configure Linux to do the same so that we match on layout-tests which use Monaco. Review URL: http://codereview.chromium.org/11610 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6146 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/tools/test_shell/resources/linux-fontconfig-config | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'webkit/tools/test_shell/resources') diff --git a/webkit/tools/test_shell/resources/linux-fontconfig-config b/webkit/tools/test_shell/resources/linux-fontconfig-config index 69d7bd2..c5492cd 100644 --- a/webkit/tools/test_shell/resources/linux-fontconfig-config +++ b/webkit/tools/test_shell/resources/linux-fontconfig-config @@ -91,4 +91,13 @@ Impact + + + + Monaco + + + Times New Roman + + -- cgit v1.1