Issue Description
I have been working on this PR here. Taking a look at it, you can see that I’ve only changed one line in the options menu program file. However, the automated tests start failing after I merged main into my branch to make the PR due to the error below (which appears many times).
ERROR: FreeType: Error loading font: ‘’ (face_index=0).
at: _ensure_cache_for_size (modules/text_server_adv/text_server_adv.cpp:1445)
I don’t think I made any changes to any fonts, so I’m not sure what caused this or how to fix it. Anyone have any ideas?