Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

blumr/blumrcons

Blumrcons

Blumr icons

Maintainers

Technologies

Configs

Contributing

Make sure that nodejs is installed first. For osx, its best to use homebrew.

Install dependencies

npm install

Run builder

npm run build

Project directory structure

├─ demo              - icons demo
├─ dist
│  ├─ blumrcons.h    - ios
│  ├─ blumrcons.css  - web
│  └─ blumrcons.xml  - android
├─ font
│  ├─ blumrcons.eot  - opentype
│  ├─ blumrcons.svg  - vector
│  ├─ blumrcons.ttf  - truetype
│  └─ blumrcons.woff - web open
└─ svg               - source svgs

Roadmap

  • support for woff2
  • transition from font to svg

License