From b4da7f25b19f645d414f7f90f3836f8bb785bf36 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Fri, 3 Oct 2025 20:37:41 -0700 Subject: [PATCH] and that --- system/ui/widgets/html_render.py | 1 - 1 file changed, 1 deletion(-) diff --git a/system/ui/widgets/html_render.py b/system/ui/widgets/html_render.py index d58c625083..1670d3cb06 100644 --- a/system/ui/widgets/html_render.py +++ b/system/ui/widgets/html_render.py @@ -54,7 +54,6 @@ class HtmlRenderer(Widget): text_size: dict | None = None, text_color: rl.Color = rl.WHITE): super().__init__() self._text_color = text_color - self._normal_font = gui_app.font(FontWeight.NORMAL) self._bold_font = gui_app.font(FontWeight.BOLD) self._indent_level = 0