grunt-webfonts

SVG to webfont converter for Grunt

MIT License

Downloads
1.6K
Stars
7
Committers
12
grunt-webfonts - Latest Release

Published by L2jLiga about 1 year ago

Changed

  • [BREAKING] Drop NodeJS 12-14 support
  • updated ttf2woff2 to 5.x (requires NodeJS 14+)
  • improved grammar in README.md (#42)
grunt-webfonts -

Published by L2jLiga about 2 years ago

Fixed

fixed python script (#36, issue #35)

grunt-webfonts -

Published by L2jLiga almost 3 years ago

Changed

  • Removed mkdirp dependency, use fs.mkdirSync instead
  • Removed memorystream dependency, use fs.createReadStream instead
  • Disable shell in ttfautohint subprocess call
  • Removed babel, distribute sources as is
grunt-webfonts - v4.0.1

Published by L2jLiga about 3 years ago

Changed

  • Try to use FontForge for WOFF2 generation and fallback to ttf2woff2 in case it fails to (397c4cfd)

Fixed

  • eotlitetool crashes silently when Python >= 3.7 (#30)
grunt-webfonts - v4.0.0

Published by L2jLiga about 3 years ago

Changed

  • BREAKING minimal node.js >= 12.13.0
  • Updated all dependencies
grunt-webfonts - v3.0.1

Published by L2jLiga over 4 years ago

Fixed

  • Ignore instead of taking only symbolic links if skipLinks is set.
grunt-webfonts - v3.0.0

Published by L2jLiga over 4 years ago

Added

  • Add skipLinks option

Changed

  • BREAKING: require node.js >= 10.4.0
  • Updated dependencies to latest version
grunt-webfonts -

Published by L2jLiga over 4 years ago

Fixes

  • Font file gets modified without changes (#12)
grunt-webfonts -

Published by L2jLiga almost 5 years ago

Changed

  • BREAKING: require node.js >= 8
  • Use built-in child_process instead of exec module (#11)
grunt-webfonts - 1.1.6

Published by L2jLiga almost 5 years ago

Changed

  • Updated dependencies
  • Reduced lodash usage

Fixed

  • GitHub security alert
  • npm security alert
grunt-webfonts -

Published by L2jLiga over 5 years ago

Fixed

  • npm audit vulnerabilities report
grunt-webfonts -

Published by L2jLiga over 5 years ago

Changed

  • Improved different SVGs support (again)
grunt-webfonts -

Published by L2jLiga over 5 years ago

Changed

  • Improved different SVGs support
grunt-webfonts -

Published by L2jLiga over 5 years ago

Fixed

  • Checksum error in glyf (#7)
grunt-webfonts -

Published by L2jLiga over 5 years ago

Changed

  • Replaced deprecated Buffer constructor
  • Unpinned dependencies
grunt-webfonts -

Published by L2jLiga over 5 years ago

Added

  • Ligatures support
grunt-webfonts -

Published by L2jLiga over 5 years ago

Fixed

  • Invalid demo when fontPathVariables is true
grunt-webfonts - v1.0.8

Published by L2jLiga about 6 years ago

Fixed

  • Invalid demo when fontPathVariables is true
grunt-webfonts -

Published by L2jLiga about 6 years ago

Changed

  • Updated dependencies
  • Minor changes in package.json

Fixed

  • Invalid svg font generation on Node 10
grunt-webfonts -

Published by L2jLiga almost 7 years ago

Added

  • Support fontForge engine
  • Added centerHorizontally option (only node engine)