From 70020aae35494d0b4cbc6d7163d1b83b8abbd1f2 Mon Sep 17 00:00:00 2001 From: Cameron Kaiser Date: Fri, 3 Apr 2020 19:27:00 -0700 Subject: [PATCH] #566: adac, swr3 --- gfx/thebes/gfxPlatformMac.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gfx/thebes/gfxPlatformMac.cpp b/gfx/thebes/gfxPlatformMac.cpp index 69500715d..375235f2f 100644 --- a/gfx/thebes/gfxPlatformMac.cpp +++ b/gfx/thebes/gfxPlatformMac.cpp @@ -323,6 +323,7 @@ gfxPlatformMac::IsFontFormatSupported(nsIURI *aFontURI, uint32_t aFormatFlags) HTTP_OR_HTTPS_SUBDIR("ici.radio-canada.ca", "/unit/app/assets/fonts/Radio-Canada/"); HTTP_OR_HTTPS_SUBDIR("www.adac.de", "/assets/font/milo-"); + HTTP_OR_HTTPS_SUBDIR("www.adac.de", "/static/Milo"); HTTP_OR_HTTPS_SUBDIR("www.heise.de", "/sso/fonts/SourceSansPro-"); @@ -335,6 +336,8 @@ gfxPlatformMac::IsFontFormatSupported(nsIURI *aFontURI, uint32_t aFormatFlags) HTTP_OR_HTTPS_SUBDIR("cdn.trustpilot.net", "/brand-assets/2.1.0/fonts/trustpilot-default-font-"); + HTTP_OR_HTTPS_SUBDIR("www.swr3.de", "/static/dist/fonts/TheSans/"); + // Check hostname and subpatterns (TenFourFox issue 477). HOST_AND_KEY("www.latimes.com", "/fonts/KisFBDisplay-"); HOST_AND_KEY("www.nerdwallet.com", "Gotham-Book--critical");