Skip to content

Instantly share code, notes, and snippets.

@davidsword
Created April 11, 2018 06:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidsword/0440b2d8ce9f7a7b3ca1734dcd9ea903 to your computer and use it in GitHub Desktop.
Save davidsword/0440b2d8ce9f7a7b3ca1734dcd9ea903 to your computer and use it in GitHub Desktop.
CSS native font stack for osx
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment