social-icons-webfont

1.33.2 • Public • Published

1.33.2

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

34

Version

1.33.2

License

ISC

Unpacked Size

3.9 MB

Total Files

394

Last publish

Collaborators

  • boylett-dev