Created
January 6, 2017 08:06
-
-
Save d1i1m1o1n/546bd19f45630ec7bb42d515bfdcdfa9 to your computer and use it in GitHub Desktop.
CSS body font-family
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 { | |
color: #212121; | |
font-family: "Helvetica Neue", "Calibri Light", Roboto, sans-serif; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
letter-spacing: 0.02em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment