mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-06 16:19:23 +00:00
LibWeb/CSS: Parse font-[feature,variation]-settings descriptors
This commit is contained in:
parent
95c17dfab5
commit
e43f3e4808
Notes:
github-actions[bot]
2024-10-02 15:37:32 +00:00
Author: https://github.com/AtkinsSJ
Commit: e43f3e4808
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1599
5 changed files with 102 additions and 3 deletions
|
@ -402,6 +402,8 @@ void FontFace::load_font_source()
|
|||
FontDisplay::Auto, // FIXME: font_display
|
||||
{}, // font-named-instance doesn't exist in FontFace
|
||||
{}, // font-language-override doesn't exist in FontFace
|
||||
{}, // FIXME: feature_settings
|
||||
{}, // FIXME: variation_settings
|
||||
};
|
||||
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