System/Libraries/Html: Add fontFamily attribute to @html_dom_node

This commit is contained in:
Alec Murphy 2025-04-11 20:11:25 -04:00
parent 8143d59620
commit 6b09ccabb6

View file

@ -94,6 +94,7 @@ class @html_dom_node : JsonElement
I64 height;
U32 backgroundColor;
U32 color;
U8* fontFamily;
I64 font_size;
Bool display_block;
};