Skip to content

Instantly share code, notes, and snippets.

@3200creative
Created December 3, 2014 17:20
Show Gist options
  • Save 3200creative/2522977fc0a9ffc19de2 to your computer and use it in GitHub Desktop.
Save 3200creative/2522977fc0a9ffc19de2 to your computer and use it in GitHub Desktop.
Font Awesome CSS Integration: Before Content
:before {
content:"\f128";
font-size:120px;
font-family: FontAwesome;
color:#060;
float:left;
padding-right:10px;
line-height: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment