It would be nice to be able to use fonts that have already been declared by CSS rather than having to load font files manually. This would allow fonts to be loaded from sources like Google Fonts, as well as allow for Web safe fonts to be used with ease. Maybe an optional parameter could be used to denote that a name passed to Momo.loadFont() is declared in CSS so that a separate method need not be created.
It would be nice to be able to use fonts that have already been declared by CSS rather than having to load font files manually. This would allow fonts to be loaded from sources like Google Fonts, as well as allow for Web safe fonts to be used with ease. Maybe an optional parameter could be used to denote that a name passed to
Momo.loadFont()
is declared in CSS so that a separate method need not be created.