game-icons
A fantasy themed font and CSS toolkit.
game-icons is a suite of 495 pictographic, rpg and fantasy themes icons for easy scalable vector graphics on websites, created and maintained by Daniela Howe and Ivan Montiel.
Super shoutout to Game Icons for providing a library of SVG icons that we used to create this project 🎉.
Prerequisites
Install fontforge via your system's package manager.
sudo apt install fontforge
Installation
Bower
bower install game-icons
NPM
npm add --save game-icons
Then in your code, you can use game-icons by pathing to it:
./node_modules/game-icons/css/game-icons.min.css
If you are using Sass, you can import it directly:
@import "node_modules/game-icons/scss/game-icons";
Meteor
meteor add game-icons
Developing
This project uses NPM and Grunt to compile SCSS into CSS usable by browsers. The project also requires for you to have Ruby installed:
npm install
gem update --system && gem install scss-lint
grunt
Generating and Adding New Icons
We have split up the generation process of the /fonts directory to
this repo.
Any new icons will need to be added to that repo first. Then follow the steps
located in that repo's documentation for generating new .eot, .svg, .ttf,
and .woff files.
Note that when adding new icons to the font files, you will need to update the
scss/_variables.scss file with all of the new offsets.
The gh-pages branch of this repo should also be updated to add the new icon to
the web docs.
License
- The Rpg Awesome font is licensed under the SIL OFL 1.1:
- Rpg Awesome CSS and SASS files are licensed under the MIT License:
- The Rpg Awesome documentation is licensed under the CC BY 3.0 License:
- Attribution is appreciated but not required
- Full details: https://github.com/nagoshiashumari/game-icons/blob/master/LICENSE.md