Commit f331fc77 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

fixup! BB 43322: Customize the font visibility lists.

BB 44257: Disable locale-based font rules.

We already try to enable locale-specific font in all languages instead,
as long as they are available, or we provide bundled fonts to replace
them.

And in any case, this is a defense-in-depth, as locale-specific fonts
are exlcuded anyway in RFP.
parent 8a620cd5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -278,7 +278,7 @@ static const FontSubstitute kFontSubstitutes[] = {

#endif

#ifdef FontInclusionByLocaleRules
#if defined(FontInclusionByLocaleRules) && !defined(BASE_BROWSER_VERSION)

FONT_RULE("arabic typesetting", {"ar", MatchSetting::StartsWith},
          {"fa", MatchSetting::StartsWith})