Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 517f3888ca361e77463953f13bb27dd8834956d1
https://github.com/WebKit/WebKit/commit/517f3888ca361e77463953f13bb27dd8834956d1
Author: Per Arne Vollan <[email protected]>
Date: 2026-03-25 (Wed, 25 Mar 2026)
Changed paths:
M Source/WebCore/platform/graphics/cocoa/FontCacheCoreText.cpp
Log Message:
-----------
Unable to change message font to Helvetica in Mail
https://bugs.webkit.org/show_bug.cgi?id=310675
rdar://172261885
Reviewed by Sihui Liu.
Helvetica is a system font with several variants, so we choose not to register
additional fonts in this family.
This is because it can affect font matching, since manually registered fonts
take precedence. We intend to
follow up with a more generic fix.
* Source/WebCore/platform/graphics/cocoa/FontCacheCoreText.cpp:
(WebCore::registerFontsInFamilyIfNeeded):
(WebCore::FontCache::createFontPlatformData):
Canonical link: https://commits.webkit.org/309931@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications