morgan pushed to branch mullvad-browser-153.0esr-16.0-1 at The Tor Project / Applications / Mullvad Browser
Commits:
-
d890f6b8
by Pier Angelo Vendrame at 2026-07-28T11:56:22+00:00
1 changed file:
Changes:
| ... | ... | @@ -278,7 +278,7 @@ static const FontSubstitute kFontSubstitutes[] = { |
| 278 | 278 | |
| 279 | 279 | #endif
|
| 280 | 280 | |
| 281 | -#ifdef FontInclusionByLocaleRules
|
|
| 281 | +#if defined(FontInclusionByLocaleRules) && !defined(BASE_BROWSER_VERSION)
|
|
| 282 | 282 | |
| 283 | 283 | FONT_RULE("arabic typesetting", {"ar", MatchSetting::StartsWith},
|
| 284 | 284 | {"fa", MatchSetting::StartsWith})
|