--- a/src/context.c Thu Jul 17 20:26:39 2025 +0200 +++ b/src/context.c Fri Jul 18 18:01:41 2025 +0200 @@ -61,10 +61,6 @@ // initialize the font cache asc_font_cache_init(); - // set a default font but do not load it - asc_context.active_font.style = ASC_FONT_REGULAR; - asc_context.active_font.size = 14; - // no window, yet asc_context.active_window = ASC_MAX_WINDOWS;