From 6b09ccabb611f056b65cfd901e3447f52604efd5 Mon Sep 17 00:00:00 2001 From: Alec Murphy Date: Fri, 11 Apr 2025 20:11:25 -0400 Subject: [PATCH] System/Libraries/Html: Add fontFamily attribute to @html_dom_node --- System/Libraries/Html/Tokenizer.HC | 1 + 1 file changed, 1 insertion(+) diff --git a/System/Libraries/Html/Tokenizer.HC b/System/Libraries/Html/Tokenizer.HC index 56e4f2f..f3c79a7 100644 --- a/System/Libraries/Html/Tokenizer.HC +++ b/System/Libraries/Html/Tokenizer.HC @@ -94,6 +94,7 @@ class @html_dom_node : JsonElement I64 height; U32 backgroundColor; U32 color; + U8* fontFamily; I64 font_size; Bool display_block; };