Convert SVG to Webfont with ViteJs

179 views Asked by At

Currently I'm converting the project from using Symfony Webpack Encore to ViteJs, I was using a Webpack loader called webfonts-loader to convert SVG to Webfont, is there any plugin for ViteJs to convert SVG to Webfont?

1

There are 1 answers

0
Ahmed Saber On

Use svg files to build iconfont files(ttf,woff2,woff,eot,svg), css file, js data file and html-preview file.

https://github.com/daipeng7/rollup-plugin-iconfont