Skip to content

Instantly share code, notes, and snippets.

@samccone
Created June 13, 2012 03:30
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 samccone/2921660 to your computer and use it in GitHub Desktop.
Save samccone/2921660 to your computer and use it in GitHub Desktop.
Untitled
body {
background-color:#111;
color: #FFF;
}
.foo {
opacity: 0.9
}
.bar {
-webkit-font-smoothing: antialiased;
}
<div class="foo">opactiy</div>
<div class="bar">webkit smoothing</div>
<div class="">regular</div>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment