Skip to content

Instantly share code, notes, and snippets.

@emilio-martinez
Created April 23, 2017 08:07
Show Gist options
  • Save emilio-martinez/ed80a9bf56aeffce49fd680106e44cf6 to your computer and use it in GitHub Desktop.
Save emilio-martinez/ed80a9bf56aeffce49fd680106e44cf6 to your computer and use it in GitHub Desktop.
System font stack
/* Source: https://bitsofco.de/the-new-system-font-stack/ */
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment