Skip to content

Instantly share code, notes, and snippets.

@d1i1m1o1n
Created January 6, 2017 08:06
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save d1i1m1o1n/546bd19f45630ec7bb42d515bfdcdfa9 to your computer and use it in GitHub Desktop.
CSS body font-family
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