Skip to content

Instantly share code, notes, and snippets.

@nikolaswise
Last active August 29, 2015 13:56
Show Gist options
  • Save nikolaswise/8851210 to your computer and use it in GitHub Desktop.
Save nikolaswise/8851210 to your computer and use it in GitHub Desktop.
Terraformer Six Color Icon Font
.terraformer {
color: rgba(38,122,64, 0.5);
}
.terraformer:after {
content: "terraformerfront";
color: #000000;
opacity: 0.5;
margin-left: -1em;
}
.terraformer:before {
content: "terraformerback";
color: #912a1d;
opacity: 0.7;
margin-right: -1em;
}
<span class="icon terraformer">terraformer</span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment