mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-03-14 03:31:41 +00:00
#566: adac, swr3
This commit is contained in:
parent
98aa66e3aa
commit
70020aae35
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user