UNPKG

cfonts

Version:
9 lines (8 loc) 220 B
/** * Get a selected JSON font-file object * * @param {string} font - The name of the font to be returned * * @return {object} - The font object of that file */ export function GetFont(font: string): object;