mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 09:39:39 +00:00
LibWeb/CSS: Parse the font-language-override descriptor
This commit is contained in:
parent
1d8867d9ae
commit
20af2eb2b0
Notes:
github-actions[bot]
2024-09-28 12:43:20 +00:00
Author: https://github.com/AtkinsSJ
Commit: 20af2eb2b0
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1554
5 changed files with 25 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue