Designer News is where the design community meets.
almost 7 years ago from Parker Rex
FontCustom is a command line tool for compiling SVGs into a font https://github.com/FontCustom/fontcustom
Personally I prefer SVG Sprites (https://24ways.org/2014/an-overview-of-svg-sprite-creation-techniques)
I use Gulp to watch a folder with gulp-svgmin (https://github.com/ben-eb/gulp-svgmin) to clean up the SVG code and gulp-svg-symbols (https://github.com/Hiswe/gulp-svg-symbols) to compile all the SVGs in the folder into a single file.
You can put everything into one file, or break them into smaller files if not every symbol needs to be available on first load of the site.
Now playing
FontCustom is a command line tool for compiling SVGs into a font https://github.com/FontCustom/fontcustom
Personally I prefer SVG Sprites (https://24ways.org/2014/an-overview-of-svg-sprite-creation-techniques)
I use Gulp to watch a folder with gulp-svgmin (https://github.com/ben-eb/gulp-svgmin) to clean up the SVG code and gulp-svg-symbols (https://github.com/Hiswe/gulp-svg-symbols) to compile all the SVGs in the folder into a single file.
You can put everything into one file, or break them into smaller files if not every symbol needs to be available on first load of the site.