font-awesome-stacked-icons

The Font Awesome Stacked Icons as Bower Dependency


Keywords
font, awesome, fontawesome
License
ISC
Install
bower install font-awesome-stacked-icons

Documentation

Font Awesome Stacked Icon

The Font Awesome Stacked Icons as Bower Dependency

Why?

This is a little tiny helper that helps you to use the Font Awesome stacked icons and to include them in your own project by using NPM, Bower or just download and including them.

What's included?

  • CSS Mnified
  • CSS
  • LESS
  • SASS

What's inisde?

.fa-stack-1x { 
    top: .25em; 
}
.fa-stack {
    font-size: .5em;
    vertical-align: -16%;
}
.filetype-text {
    font-size: .7em;
    font-weight: 700;
    font-family: 'Oswald';
}

How do I use it?

Included it in your project and use the following HTML as described here and here

<i class="fa fa-file-audio-o"></i>
<span class="fa-stack">
    <i class="fa fa-gear fa-stack-1x"></i>
    <i class="fa fa-file-o fa-stack-2x"></i>
</span>
<span class="fa-stack">
    <span class="fa-stack-1x filetype-text">PSD</span>
    <i class="fa fa-file-o fa-stack-2x"></i>
</span>

You can also use the Main Bower Files to include the minified css in your project with your favorite task runner.