mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 01:56:38 +00:00
LibWeb: Add stub implementation of FontFaceSet and Document.fonts
This is now enough for duolingo to load and use its fallback fonts.
This commit is contained in:
parent
2c31d7dddc
commit
e10721f1b5
Notes:
sideshowbarker
2024-07-17 05:03:11 +09:00
Author: https://github.com/ADKaster
Commit: e10721f1b5
Pull-request: https://github.com/SerenityOS/serenity/pull/24255
Issue: https://github.com/SerenityOS/serenity/issues/22014
13 changed files with 174 additions and 1 deletions
|
@ -30,6 +30,7 @@ libweb_js_bindings(CSS/CSSStyleSheet)
|
|||
libweb_js_bindings(CSS/CSSSupportsRule)
|
||||
libweb_js_bindings(CSS/CSSTransition)
|
||||
libweb_js_bindings(CSS/FontFace)
|
||||
libweb_js_bindings(CSS/FontFaceSet)
|
||||
libweb_js_bindings(CSS/MediaList)
|
||||
libweb_js_bindings(CSS/MediaQueryList)
|
||||
libweb_js_bindings(CSS/MediaQueryListEvent)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue