amon-crypto-icons-font
v0.0.5
Published
A webfont for cryptocurrency symbols
Downloads
12
Maintainers
Readme
amon-crypto-icons-font
A webfont for cryptocurrency symbols
About
amon-crypto-icons-font use SVG icons as base to create a webfont which can be easily integrated in your web site / application.
Getting started
You can install amon-crypto-icons-font from npm
npm install --save amon-crypto-icons-font
Or you can just clone this repository and get the files into the dist directory.
git clone https://github.com/dmitry-tikva/amon-crypto-icons.git
WebFont
The webfont is available and to you if you can take the demo file into dist/ as reference. Example:
CSS:
@import '~amon-crypto-icons-font/dist/icons.css';
HTML:
<i class='crypto-icon btc'></i>