LibWeb/CSS: Parse the font-language-override descriptor

This commit is contained in:
Sam Atkins 2024-09-27 17:11:31 +01:00 committed by Andreas Kling
commit 20af2eb2b0
Notes: github-actions[bot] 2024-09-28 12:43:20 +00:00
5 changed files with 25 additions and 3 deletions

View file

@ -401,6 +401,7 @@ void FontFace::load_font_source()
{}, // FIXME: line_gap_override
FontDisplay::Auto, // FIXME: font_display
{}, // font-named-instance doesn't exist in FontFace
{}, // font-language-override doesn't exist in FontFace
};
if (auto loader = style_computer.load_font_face(parsed_font_face, move(on_load), move(on_error)); loader.has_value())
loader->start_loading_next_url();