Created
June 7, 2016 13:21
-
-
Save modcab/bc8e5373e0c61da759464e25e4065bbb to your computer and use it in GitHub Desktop.
Add FontAwesome content to CSS class
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a:before { | |
font-family: FontAwesome; | |
content: "\f095"; | |
display: inline-block; | |
padding-right: 3px; | |
vertical-align: middle; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment