LibWeb/CSS: Add CSSFontFaceDescriptors type

This is a CSSOM type that holds the descriptors for a CSSFontFaceRule,
but this commit only adds it without using it.
This commit is contained in:
Sam Atkins 2025-04-03 11:44:06 +01:00
commit cb8511772d
Notes: github-actions[bot] 2025-04-04 09:41:56 +00:00
7 changed files with 538 additions and 0 deletions

View file

@ -70,6 +70,7 @@ set(SOURCES
CSS/CSSImportRule.cpp
CSS/CSSKeyframeRule.cpp
CSS/CSSKeyframesRule.cpp
CSS/CSSFontFaceDescriptors.cpp
CSS/CSSFontFaceRule.cpp
CSS/CSSLayerBlockRule.cpp
CSS/CSSLayerStatementRule.cpp