Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mgrubinger/ec076a0839e4b5499ff2be5f1225a167 to your computer and use it in GitHub Desktop.
Save mgrubinger/ec076a0839e4b5499ff2be5f1225a167 to your computer and use it in GitHub Desktop.
CSS System Font Stack
/* System Fonts as used by Medium and WordPress */
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