tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 0757b079884898af55f934c499d457d1936dff9b
parent baa6a8acea8d013d48d0f4027583d46b171738b0
Author: Jonathan Kew <jkew@mozilla.com>
Date:   Sat,  1 Nov 2025 21:51:29 +0000

Bug 1997761 - Correct capitalization of STIX Two Math font in macOS standard fonts list. r=layout-reviewers,emilio

Differential Revision: https://phabricator.services.mozilla.com/D270950

Diffstat:
Mgfx/thebes/StandardFonts-macos.inc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gfx/thebes/StandardFonts-macos.inc b/gfx/thebes/StandardFonts-macos.inc @@ -297,7 +297,7 @@ }; [[maybe_unused]] static const char* kBaseFonts_13_Higher[] = { - "Stix Two Math", + "STIX Two Math", }; [[maybe_unused]] static const char* kLangPackFonts[] = {};