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