System/Libraries/Html/Tokenizer: Add fontWeight property to @html_dom_node

This commit is contained in:
Alec Murphy 2025-04-15 11:28:07 -04:00
parent 06813f3524
commit 0d303b0134

View file

@ -96,6 +96,7 @@ class @html_dom_node : JsonElement
U32 color;
U8* fontFamily;
I64 fontSize;
I64 fontWeight;
Bool display_block;
};