Skip to content

Instantly share code, notes, and snippets.

@jondcallahan
Created July 20, 2016 05:32
Show Gist options
  • Save jondcallahan/ee9db9a60d2688b752a1a84132e01478 to your computer and use it in GitHub Desktop.
Save jondcallahan/ee9db9a60d2688b752a1a84132e01478 to your computer and use it in GitHub Desktop.
A font stack of default system fonts
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment