A small helper library for embedding Google Fonts onto your page.
Usage
fonts(list)
Given a list of fonts (see below), returns a string like this one (minus the whitespace) that you can include in a template:
fonts.add(list)
Given the same list of fonts, you can add them directly to your page using this method (assuming you're using something like browserify).
Useful for quick demos/prototypes, but if you want to avoid the flash of unstyled text then stick with pasting their snippet in your HTML.
The list should be formatted like so:
fonts
Where each key is a font name, and each value is an array of styles to include.
You can also pass a single style, or true
to include all of the available
ones for that font.