This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

social-brands-webfont

1.19.1 • Public • Published

1.19.1

Social Brands Webfont

Icon font containing social media branding icons.

Generated with IcoMoon.

Usage

NPM

  1. npm i social-brands-webfont
  2. import socialFont from 'social-brands-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 soc-<ICON-NAME>"></i> in your project

Non-NPM

  1. Download the latest release
  2. Add <link href="./social-icons/style.css" rel="stylesheet" /> to your head
  3. Select an icon from the demo
  4. Include an <i class="social-icons soc-<ICON-NAME>"></i> in your project

Package Sidebar

Install

npm i social-brands-webfont

Weekly Downloads

1

Version

1.19.1

License

ISC

Unpacked Size

2.33 MB

Total Files

17

Last publish

Collaborators

  • boylett-dev