Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mirgj/cryptocurrency-icons-font
A webfont for cryptocurrency symbols
https://github.com/mirgj/cryptocurrency-icons-font
bitcoin coin crypto cryptocurrencies cryptocurrency css ethereum icon icons webfont webfonts
Last synced: 3 months ago
JSON representation
A webfont for cryptocurrency symbols
- Host: GitHub
- URL: https://github.com/mirgj/cryptocurrency-icons-font
- Owner: mirgj
- License: mit
- Created: 2018-02-14T09:29:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T12:31:29.000Z (almost 2 years ago)
- Last Synced: 2024-10-21T09:39:06.738Z (3 months ago)
- Topics: bitcoin, coin, crypto, cryptocurrencies, cryptocurrency, css, ethereum, icon, icons, webfont, webfonts
- Language: JavaScript
- Homepage:
- Size: 8.4 MB
- Stars: 25
- Watchers: 3
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cryptocurrency-icons-font
> A webfont for cryptocurrency symbols## About
**cryptocurrency-icons-font** use SVG icons as base to create a webfont which can be easily integrated in your web site / application. It provides you also the option to include your font as an **SVG sprite**.## Getting started
You can install **cryptocurrency-icons-font** from npm```
npm install --save cryptocurrency-icons-font
```or using the github package
```
npm install --save @mirgj/cryptocurrency-icons-font
```Or you can just clone this repository and get the files into the [dist](https://github.com/mirgj/cryptocurrency-icons-font/tree/master/dist) directory.
```
git clone https://github.com/mirgj/cryptocurrency-icons-font.git
```### WebFont
The webfont is available and to you it you can take the demo file into _dist/webfont_ as reference. Example:
```html
```### SVG Sprite
The svg sprites are located into the folder _dist/svg-sprite/css_ and there are three sprites for black, color and white.
```html
crypto-icon.black.btc
```
Colored version
```html
crypto-icon.color.btc
```
White version
```html
crypto-icon.white.btc
```