tone-indicators-icon-font
v1.0.1
Published
Icon font containing Tone Indicators
Downloads
1
Maintainers
Readme
Tone Indicators Webfont
Icon font containing tone indicator ligatures.
Generated with IcoMoon.
Usage
NPM
npm i tone-indicators-icon-font
import toneIndicators from 'tone-indicators-icon-font/style.css'
- Embed
toneIndicators
using the framework of your choice- eg. Remix:
export const links: LinksFunction = () => [{ href: toneIndicators, rel: 'stylesheet' }];
- eg. Remix:
- Add the
tone-indicator
class name to any element you want to render tone indicators - Add a tone indicator
Non-NPM
- Download the latest release
- Add
<link href="./Tone-Indicators-Icon-Font/style.css" rel="stylesheet" />
to yourhead
- Add the
tone-indicator
class name to any element you want to render tone indicators - Add a tone indicator