Search code examples
webgruntjswebfonts

Grunt tool for optimizing webfont files


Is there a automated tool for optimizing webfont files (.otf, .eot)? By optimization here I mean subsetting, removing metadata and anyhing else that could make the file smaller. I would be great if it could become a part of a grunt build chain.


Solution

  • There is grunt-font-optimizer it can remove symbols and grunt-ziti which can do the subsetting.