Skip to content

Instantly share code, notes, and snippets.

@hatemhosny
Forked from davidgilbertson/good-enough.css
Last active February 5, 2018 00:52
Show Gist options
  • Save hatemhosny/990a6301afb2936cc5be8fc27404a76a to your computer and use it in GitHub Desktop.
Save hatemhosny/990a6301afb2936cc5be8fc27404a76a to your computer and use it in GitHub Desktop.
body {
color: #212121;
font-family: "Helvetica Neue", "Calibri Light", Roboto, sans-serif;
/* font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, “Roboto”, “Oxygen”, “Ubuntu”, “Cantarell”, “Fira Sans”, “Droid Sans”, “Helvetica Neue”, ‘Open Sans’, 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