This repo is used to create a webfont based on Game Icons.net. All credits goes to them.
$> npm install @rolodromo/gameicons-webfont
-
v1.3 (2018-10-13)
- 3375 icons included
-
v1.2 (2018-05-03)
- 3322 icons included
- generated with fontello.com
-
v1.0.1: First usable version
- Download a zip with SVGs from GameIcons
- Move all icons to same folder (
cd all_icons; find icons -mindepth 2 -type f -exec mv -- {} . \;
) - Upload
config.json
to Fontello.com - run
diff
to get new icons - Upload new icons
- Download the font
- tweak the css
- make the html sample
- npm publish
- Automate more with fontello-cli or similar