Skip to content

IdleLands/gameicons-font

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gameicons-font

An icon font for 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.

Usage

  • get the .css file
  • add an icon: <i class="game-icon game-icon-anchor">

Want to build it yourself?

  • npm install
  • gulp build:font

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.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.5%
  • CSS 26.1%
  • HTML 16.4%