social-icons-webfont

1.34.0 • Public • Published

1.34

Social Icons

Icon font containing social media branding icons.

Generated with IcoMoon.

Usage

NPM

  1. npm i social-icons-webfont
  2. import socialFont from 'social-icons-webfont/style.css'
  3. Embed socialFont using the framework of your choice
    • eg. Remix: export const links: LinksFunction = () => [{ href: socialFont, rel: 'stylesheet' }];
  4. Select an icon from the demo
  5. Include an <i class="social-icons">{icon name}</i> in your project

Non-NPM

  1. Add <link href="https://unpkg.com/social-icons-webfont@latest/style.css" rel="stylesheet" /> to your head
  2. Select an icon from the demo
  3. Include an <i class="social-icons">{icon name}</i> in your project

Package Sidebar

Install

npm i social-icons-webfont

Weekly Downloads

86

Version

1.34.0

License

ISC

Unpacked Size

4.21 MB

Total Files

423

Last publish

Collaborators

  • boylett-dev