NEW251892
CachedFont objects gets created for every 'src' attribute in @font-face rules, even if they're never loaded.
https://bugs.webkit.org/show_bug.cgi?id=251892
Summary CachedFont objects gets created for every 'src' attribute in @font-face rules...
Matt Woodrow
Reported 2023-02-07 16:21:50 PST
The combination of CachedFont, CachedFontLoadRequest and CSSFontFaceSource add up to a significant chunk of memory, which is largely unneeded until we actually load the fonts. <rdar://104940966>
Attachments
Matt Woodrow
Comment 1 2023-02-07 16:23:00 PST
Note You need to log in before you can comment on or make changes to this bug.