social-icons-webfont
v1.43.0
Published
Icon font containing social media branding icons
Downloads
194
Maintainers
Readme
Social Icons
Icon font containing social media branding icons.
Generated with IcoMoon.
Usage
NPM
npm i social-icons-webfont
import socialFont from 'social-icons-webfont/style.css'
- Embed
socialFont
using the framework of your choice- eg. Remix:
export const links: LinksFunction = () => [{ href: socialFont, rel: 'stylesheet' }];
- eg. Remix:
- Select an icon from the demo
- Include an
<i class="social-icons">{icon name}</i>
in your project
Non-NPM
- Add
<link href="https://unpkg.com/social-icons-webfont@latest/style.css" rel="stylesheet" />
to yourhead
- Select an icon from the demo
- Include an
<i class="social-icons">{icon name}</i>
in your project