pub type EmbeddedFonts<'a> = Vec<(&'a str, &'a [u8])>;
pub struct EmbeddedFonts<'a> { /* private fields */ }