Created
November 13, 2012 02:03
-
-
Save sambao21/4063478 to your computer and use it in GitHub Desktop.
backly fontello icons
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
| .icon-heart:before { content: '\2665'; } /* '♥' */ | |
| .icon-cog:before { content: '\2699'; } /* '⚙' */ | |
| .icon-edit:before { content: '\270d'; } /* '✍' */ | |
| .icon-comment:before { content: '\e718'; } /* '' */ | |
| .icon-left-open:before { content: '\e75d'; } /* '' */ | |
| .icon-right-open:before { content: '\e75e'; } /* '' */ | |
| .icon-left-open-big:before { content: '\e765'; } /* '' */ | |
| .icon-right-open-big:before { content: '\e766'; } /* '' */ | |
| .icon-facebook-rect:before { content: '\f301'; } /* '' */ | |
| .icon-twitter-bird:before { content: '\f303'; } /* '' */ | |
| .icon-user:before { content: '👤'; } /* '\1f464' */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment