patrickhulce / fontmin-webpack

Minifies icon fonts to just the used glyphs.
MIT License
139 stars 19 forks source link

Use ttf2woff2 through fontmin plugin #55

Closed ArTiSTiX closed 2 years ago

ArTiSTiX commented 2 years ago

fontmin already includes ttf2woff2 as a plugin.

Maybe this could simplify this plugin by using the fontmin implementation of ttf -> woff2 through plugin.