hawkxs / Rpg-Awesome

A fantasy themed font and CSS toolkit.

Home Page:http://nagoshiashumari.github.io/Rpg-Awesome/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A fantasy themed font and CSS toolkit.

RPG Awesome 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.

Installation

Bower

bower install rpg-awesome

NPM

npm add --save rpg-awesome

Meteor

meteor add rpg-awesome

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

About

A fantasy themed font and CSS toolkit.

http://nagoshiashumari.github.io/Rpg-Awesome/

License:BSD 2-Clause "Simplified" License


Languages

Language:CSS 94.7%Language:JavaScript 5.3%