social-icons-webfont

1.42.0 • Public • Published

1.42

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i social-icons-webfont

      Weekly Downloads

      136

      Version

      1.42.0

      License

      ISC

      Unpacked Size

      4.49 MB

      Total Files

      469

      Last publish

      Collaborators

      • boylett-dev