Created
November 11, 2014 22:40
-
-
Save lepittenger/478137f1a4e35cde7966 to your computer and use it in GitHub Desktop.
Smooth Font
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body, html { | |
-webkit-font-smoothing: antialiased; | |
text-shadow: 1px 1px 1px rgba(0,0,0,0.004); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment