0.2.1
- Full font names (including the style name) are used as the local font names in a generated CSS. E.g.
src: local('Lato')
becomessrc: local('Lato Light Italic'), local('Lato-LightItalic')
. - Added an option to change local font names in the config.
- The
Access-Control-Allow-Origin: *
HTTP header is sent with a generated CSS.