Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nagoshiashumari/rpg-awesome-raw
Raw images for RPG-Awesome
https://github.com/nagoshiashumari/rpg-awesome-raw
List: rpg-awesome-raw
Last synced: 29 days ago
JSON representation
Raw images for RPG-Awesome
- Host: GitHub
- URL: https://github.com/nagoshiashumari/rpg-awesome-raw
- Owner: nagoshiashumari
- License: bsd-2-clause
- Created: 2015-11-08T03:58:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-14T21:59:45.000Z (over 6 years ago)
- Last Synced: 2024-10-29T15:49:11.637Z (2 months ago)
- Size: 455 KB
- Stars: 22
- Watchers: 4
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Raw SVG icons for RPG-Awesome
=============================These are the raw SVG files used to generate new font files for [RPG Awesome](https://github.com/nagoshiashumari/Rpg-Awesome).
# Adding New Icons
First, add the new SVG file to `/Font`.
Next, use [IcoMoon](https://icomoon.io/app/) to import all of the SVG files located in `/Font`.
Once imported, select all of your icons and proceed to the next section "Download". Set your preferences to the following:
* Font Name: `rpgawesome-webfont`
* Class Prefix: `ra-var-icon`
* Include Metadata in Fonts: true
* Generate Stylesheet Variables for: Sass
* Metadata URL: `https://github.com/nagoshiashumari/Rpg-Awesome/`
* Metadata License: `MIT`Without these changes, the font file will be rejected when issuing a pull request to RPG Awesome.
Once the Preferences are set, click Download. You will receive a ZIP file. In it, the important files you will need to copy over to the RPG Awesome repo are:
* `zip/fonts` => `rpg-awesome/fonts`
You will need to manually copy and paste the contents of `zip/variables.scss` into `rpg-awesome/scss/_variables.scss`, overwritting the old `ra-var-icon` variables.