social-icons-webfont

1.36.1 • Public • Published

1.36.1

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

/social-icons-webfont/

    Package Sidebar

    Install

    npm i social-icons-webfont

    Weekly Downloads

    162

    Version

    1.36.1

    License

    ISC

    Unpacked Size

    4.26 MB

    Total Files

    428

    Last publish

    Collaborators

    • boylett-dev