Created
September 21, 2016 04:29
-
-
Save davidkryzaniak/6df6c121c9e142426a92a953c6f11ae3 to your computer and use it in GitHub Desktop.
Revisions
-
davidkryzaniak created this gist
Sep 21, 2016 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ /* 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"; }