Skip to content

Instantly share code, notes, and snippets.

@crossreftech
Created May 27, 2015 22:20
Show Gist options
  • Save crossreftech/b38bfa73ff4587df47d1 to your computer and use it in GitHub Desktop.
Save crossreftech/b38bfa73ff4587df47d1 to your computer and use it in GitHub Desktop.
/* To increase icon sizes relative to their container, use the fa-lg (33% increase), fa-2x, fa-3x, fa-4x, or fa-5x classes. */
<i class="fa fa-thumbs-up fa-lg"></i>
<i class="fa fa-thumbs-up fa-2x"></i>
<i class="fa fa-thumbs-up fa-3x"></i>
<i class="fa fa-thumbs-up fa-4x"></i>
<i class="fa fa-thumbs-up fa-5x"></i>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment