tone-indicators-icon-font

1.0.1 • Public • Published

Tone Indicators Webfont

Icon font containing tone indicator ligatures.

Generated with IcoMoon.

Screenshot 2023-10-27 at 17 30 22

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

Package Sidebar

Install

npm i tone-indicators-icon-font

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

210 kB

Total Files

14

Last publish

Collaborators

  • boylett-dev