UNPKG

social-icons-webfont

Version:

Icon font containing social media branding icons

26 lines (17 loc) 1.05 kB
[![1.49.0](https://badgen.net/badge/npm/1.49.0/blue)](https://www.npmjs.com/package/social-icons-webfont) # Social Icons Webfont Icon font containing social media branding icons. You can view all icons and their ligatures [here](https://boylett.github.io/social-icons-webfont/demo.html). Generated with [IcoMoon](https://icomoon.io/). ## 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](https://boylett.github.io/Social-Icons/demo.html) 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` 3. Select an icon from [the demo](https://boylett.github.io/Social-Icons/demo.html) 4. Include an `<i class="social-icons">{icon name}</i>` in your project