Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nens/lizard-iconfont
Iconfont for Lizard NXT. Includes parts of the Kunstwerk font and borrows from Font Awesome.
https://github.com/nens/lizard-iconfont
Last synced: 4 days ago
JSON representation
Iconfont for Lizard NXT. Includes parts of the Kunstwerk font and borrows from Font Awesome.
- Host: GitHub
- URL: https://github.com/nens/lizard-iconfont
- Owner: nens
- License: mit
- Created: 2014-05-05T09:56:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-06-30T13:22:37.000Z (over 2 years ago)
- Last Synced: 2024-10-11T10:38:05.874Z (about 1 month ago)
- Language: HTML
- Homepage: http://nens.github.io/lizard-iconfont/
- Size: 1.21 MB
- Stars: 0
- Watchers: 32
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
Lizard Icon Font
================Usage
-----
The iconfont can be used as such (in HTML):```html
// Make sure to include the CSS:// Then somewhere in the body:
```For more info look at `index.html` in `fonts/` after generating.
Lizard Icons Overview
---------------------For an overview of all available icons in Lizard Icon Font please see [our
on-line documentation](http://nens.github.io/lizard-iconfont/).Requires
--------This package requires Node and NPM. Run `npm install` to install the dependencies.
To generate the icons, run:
npm run start
The iconfont will be generated in `dist/`.
Development: Adding New Icons
-----------------------------1. Add the SVG icon to the `originals/` directory. Make sure to name the file properly (look at the others).
1. Bump the version number of this package, check it in, and release it.