Skip to content

Instantly share code, notes, and snippets.

@zackn9ne
Created November 19, 2014 00:49
Show Gist options
  • Save zackn9ne/2607654b542918f5dcc1 to your computer and use it in GitHub Desktop.
Save zackn9ne/2607654b542918f5dcc1 to your computer and use it in GitHub Desktop.
css glyphicons via font awesome
.other-actions a:before {
font-family: "Font Awesome";
font-weight: normal;
margin: 0px 10px 0px -10px;
display: inline-block;
line-height: 1;
}
.other-donate:before {
content: "";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment