Skip to content

Releases: Finesse/web-fonts-repository

0.2.3

01 Mar 11:00
a9abcc0
Compare
Choose a tag to compare
  • Add an .otf font file support
  • Add a GET parameter to change font-display style (#4)

0.2.2

17 May 05:40
Compare
Choose a tag to compare

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

09 Feb 05:52
Compare
Choose a tag to compare
  • Full font names (including the style name) are used as the local font names in a generated CSS. E.g. src: local('Lato') becomes src: 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

04 Dec 04:30
Compare
Choose a tag to compare

Backward incompatible:

  • The log level in the settings is specified by a string (e.g. 'error', 'info') instead of a Monolog constant.

0.1.3

21 Oct 09:44
Compare
Choose a tag to compare

Improved:

  • Added robots.txt to reduce load from rendering 404 for robots asking for robots.txt

Fixed:

  • Errors are written both to logs/app.log and error_log() when the displayErrorDetails setting is off.

0.1.2

21 Oct 09:38
Compare
Choose a tag to compare

Fixed:

  • Some browsers reject to load fonts from repository (web server setup required, see the readme)