Skip to content

Instantly share code, notes, and snippets.

@brito
Created November 4, 2014 22:55
Show Gist options
  • Save brito/1205c0de55d1dae45ec8 to your computer and use it in GitHub Desktop.
Save brito/1205c0de55d1dae45ec8 to your computer and use it in GitHub Desktop.
FontAwesome app icon
/* FontAwesome app icon */
@import '//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css';
a { font-family:FontAwesome,HelveticaNeue-Light }
<section class="fa-stack fa-lg">
<a class="fa-shield fa-stack-2x"></a>
<a class="fa-child fa-stack-1x"></a>
</section>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment