mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
LibWeb: Implement initial CSSFontFaceRule and FontFace classes
For now, this is the bare minimum that's needed: font-family and src.
This commit is contained in:
parent
1dcde57922
commit
804b8c85e8
Notes:
sideshowbarker
2024-07-17 16:37:03 +09:00
Author: https://github.com/AtkinsSJ
Commit: 804b8c85e8
Pull-request: https://github.com/SerenityOS/serenity/pull/13318
13 changed files with 173 additions and 6 deletions
|
@ -29,6 +29,7 @@ public:
|
|||
Import,
|
||||
Media,
|
||||
Supports,
|
||||
FontFace,
|
||||
__Count,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue