pub fn load_fonts<const N: usize>(
    draw: &mut DrawContext,
    items: [(&'static str, &str); N]
)