Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidkryzaniak/6df6c121c9e142426a92a953c6f11ae3 to your computer and use it in GitHub Desktop.
Save davidkryzaniak/6df6c121c9e142426a92a953c6f11ae3 to your computer and use it in GitHub Desktop.
Get Noticed! Theme, FontAwesome icons in the Share Bar
/* Chrome requires that @import's start at the beginning of a style block. This hack ensures the font loads */
</style><style>@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
/* switch the font from gntsocial to fontawesome */
.getnoticed-sharebar-modern .sharebar a:before { font-family: "FontAwesome" }
.getnoticed-sharebar-modern .sharebar a.share-buffer:before { content: "\f2ae"; }
.getnoticed-sharebar-modern .sharebar a.share-email:before { content: "\f0e0"; }
.getnoticed-sharebar-modern .sharebar a.share-facebook:before { content: "\f09a"; }
.getnoticed-sharebar-modern .sharebar a.share-googleplus:before { content: "\f0d5"; }
.getnoticed-sharebar-modern .sharebar a.share-linkedin:before { content: "\f0e1"; }
.getnoticed-sharebar-modern .sharebar a.share-pinterest:before { content: "\f0d2"; }
.getnoticed-sharebar-modern .sharebar a.share-print:before { content: "\f02f"; }
.getnoticed-sharebar-modern .sharebar a.share-stumbleupon:before { content: "\f1a4"; }
.getnoticed-sharebar-modern .sharebar a.share-tweet:before { content: "\f099"; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment