RPG Game Icons font
This repo is used to create a webfont based on Game Icons.net. All credits goes to them.
Install
$> npm install @rolodromo/gameicons-webfont
See the icons
https://rolodromo.github.io/gameicons-webfont/
Versions
Usage
- Download a zip with SVGs from GameIcons (choose black with transparent background)
- Move all icons to same folder
cd all_icons; find icons -mindepth 2 -type f -exec mv -- {} . \;
- Run
npm run new
to get new icons (copy new icons to /upload) - Drag and drop
config.json
to Fontello.com - Drag&drop from /upload folder to fontello page
- Download the font
- move downloaded css file to css/rpgen-gameicons.css
- review and add missing properties to css header (up to where the icon list start)
- make the html sample (npm run html)
- check results opening example.html
- npm publish
TODO
- Automate more with fontello-cli or similar