Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seiyria/gameicons-font

An icon font for game-icons/icons.
https://github.com/seiyria/gameicons-font

font game-icons icon-font webfont

Last synced: 1 day ago
JSON representation

An icon font for game-icons/icons.

Awesome Lists containing this project

README

        

# gameicons-font
An icon font for [game-icons/icons](https://github.com/game-icons/icons). Unfortunately their GitHub repo is a bit outdated, so instead this pulls from the live site, using the [black on transparent SVGs](http://game-icons.net/archives/svg/zip/000000/transparent/game-icons.net.svg.zip).

# Usage

* get the .css file
* add an icon: ``

# Want to build it yourself?

* npm install
* npm run build:font

# Want to deploy it?

* npm run deploy

# Want to adjust the site?

The site is made using Mithril.js. Development is easy:

* npm install
* npm run dev

A live server will spin up, watching the `test/` directory. Any changes made will refresh the browser.