• Stars
    star
    158
  • Rank 235,811 (Top 5 %)
  • Language
    HTML
  • License
    GNU General Publi...
  • Created over 6 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Cryptocurrency icon webfont and SVG

Cryptofont

Cryptocurrency icon webfont and SVG Visit our website for more resources

Install with npm

$ npm i @cryptofonts/cryptofont

CDN quickstart

<link rel="stylesheet" href="https://cdn.cryptofonts.com/1.3.5/cryptofont.css">

Usage

<i class="cf cf-btc"></i>

Demo

Open demo.html to see a list of all the glyphs in your font along with their codes/ligatures.

To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied.

You won't need any of the files located under the demo-files directory when including the generated font in your own projects.

If you're looking for coloured SVG icons, checkout my other project Cryptoicons on GitHub.