1.0.1 • Published 2 years ago

tone-indicators-icon-font v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Tone Indicators Webfont

Icon font containing tone indicator ligatures.

Generated with IcoMoon.

Usage

NPM

  1. npm i tone-indicators-icon-font
  2. import toneIndicators from 'tone-indicators-icon-font/style.css'
  3. Embed toneIndicators using the framework of your choice
    • eg. Remix: export const links: LinksFunction = () => [{ href: toneIndicators, rel: 'stylesheet' }];
  4. Add the tone-indicator class name to any element you want to render tone indicators
  5. Add a tone indicator

Non-NPM

  1. Download the latest release
  2. Add <link href="./Tone-Indicators-Icon-Font/style.css" rel="stylesheet" /> to your head
  3. Add the tone-indicator class name to any element you want to render tone indicators
  4. Add a tone indicator
1.0.1

2 years ago

1.0.0

2 years ago