From 16f627961752f05912ee868e20b4352b6ba3aa81 Mon Sep 17 00:00:00 2001 From: Cameron Kaiser Date: Fri, 9 Sep 2022 20:44:22 -0700 Subject: [PATCH] #566: wapo --- gfx/thebes/gfxPlatformMac.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gfx/thebes/gfxPlatformMac.cpp b/gfx/thebes/gfxPlatformMac.cpp index 5e547642e..ef6eeaaf7 100644 --- a/gfx/thebes/gfxPlatformMac.cpp +++ b/gfx/thebes/gfxPlatformMac.cpp @@ -310,6 +310,8 @@ gfxPlatformMac::IsFontFormatSupported(nsIURI *aFontURI, uint32_t aFormatFlags) HTTP_OR_HTTPS_SUBDIR("typeface.nyt.com", "/fonts/nyt-cheltenham-"); HTTP_OR_HTTPS_SUBDIR("typeface.nytimes.com", "/fonts/nyt-cheltenham-"); + HTTP_OR_HTTPS_SUBDIR("www.washingtonpost.com", "/wp-stat/assets/fonts/PostoniWide-"); + // Don't cut to SF-Pro-; there are some dingbat fonts that DO work. HTTP_OR_HTTPS_SUBDIR("www.apple.com", "/wss/fonts/SF-Pro-JP/v1/"); HTTP_OR_HTTPS_SUBDIR("www.apple.com", "/wss/fonts/SF-Pro-Text/v1/");