Skip to content

Instantly share code, notes, and snippets.

@tomrishworth
Created November 27, 2014 19:37
Show Gist options
  • Save tomrishworth/70420dfa2a87f877993d to your computer and use it in GitHub Desktop.
Save tomrishworth/70420dfa2a87f877993d to your computer and use it in GitHub Desktop.
Applying FontAwesome icons with css - 3
a{
font-size: 0;
&:before{
font-size: 20px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment