Who is responsible for handling fonts – the operating system or the programmer?
Right now the fonts are built into the program, so the programmer has the control. The official word is that the OS (ie Franklin) may assert more control in the future. Until then, avoid functions that change the general settings (like GUI_SetDefaultFont) and only change your own program’s font settings (via SetFont).