Releases: Finesse/web-fonts-repository
Releases · Finesse/web-fonts-repository
0.2.3
0.2.2
Improved the repository performance by turning the sessions off (anyway they were not used). Turning the sessions off also fixes slimphp/Slim#2282.
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.
0.2.0
0.1.3
0.1.2
Fixed:
- Some browsers reject to load fonts from repository (web server setup required, see the readme)