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.
There is grunt-font-optimizer it can remove symbols and grunt-ziti which can do the subsetting.