Skip to content

Instantly share code, notes, and snippets.

@wyattdanger
Created February 2, 2012 03:51
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 wyattdanger/1721329 to your computer and use it in GitHub Desktop.
Save wyattdanger/1721329 to your computer and use it in GitHub Desktop.
@font-face {
font-family: 'Features Icons';
src: url('features-icons.eot');
src: local('☺'),
url('features-icons.woff') format('woff'),
url('features-icons.ttf') format('truetype')
}
li a::before {
font-family: 'Features Icons';
}
li a.ab-split-testing::before {
content: "a";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment