Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/seiyria/gameicons-font
- Owner: seiyria
- License: other
- Created: 2016-03-17T20:10:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T08:21:00.000Z (3 months ago)
- Last Synced: 2024-10-29T09:42:04.747Z (3 months ago)
- Topics: font, game-icons, icon-font, webfont
- Language: CSS
- Homepage: http://seiyria.com/gameicons-font/
- Size: 146 MB
- Stars: 101
- Watchers: 4
- Forks: 21
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 devA live server will spin up, watching the `test/` directory. Any changes made will refresh the browser.