Skip to content

Instantly share code, notes, and snippets.

@flexd
Created September 12, 2011 15:05
Show Gist options
  • Save flexd/1211501 to your computer and use it in GitHub Desktop.
Save flexd/1211501 to your computer and use it in GitHub Desktop.
CSS for anti-aliasing
body {
background-color: #F9F7ED;
font-family: Georgia, Ubuntu, serif;
-webkit-font-smoothing: antialiased;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment