Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

iconfonts

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iconfonts

Icon fonts support for Sass, Less and Stylus.

  • 0.0.0
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Icon fonts

Icon fonts support for Sass, Less and Stylus.

Install

Manual

Get the files you need over at /stylesheets/ and put it in your project.

Bower

Using bower makes files available via bower_components/iconfonts/stylesheets/___.sass.

bower install iconfonts

NPM

Using bower makes files available via node_modules/iconfonts/stylesheets/___.sass.

npm install iconfonts

Setup

Sass

@import font-awesome
fa-font()

button:before
  fa-icon("music", 14px)

Stylus

@import font-awesome
fa-font()

button:before
  fa-icon("music", 14px)

Less

@import 'font-awesome';
.fa-font();

button:before {
  .fa-icon("music");
  font-size: 14px;
}

FAQs

Package last updated on 24 Jun 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc