Convert Font Icons To SVG Icons With Vite

90 Views Asked by At

(Google) Font Icons are very handy to use during development (easy exchangable, scalable, recognizable, readable), while inline SVG icons are loaded faster and have no issues with automatic translators, which is important for production.

So I was hoping that there is a way using Vite to automatically convert Google Font icons to SVG icons on build/publish?

0

There are 0 best solutions below