mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
The spec requires us to follow the steps in FontFace::load() whenever a font is loaded. The simplest way to do so, is to make that the only way we load fonts. :^) To support this, FontFace::load() uses its connected CSSFontFaceRule's ParsedFontFace if it's available. The 1 regression in generic-family-keywords-003.html seems to be a false positive: we don't support the system-ui font keyword.