Skip to content

Instantly share code, notes, and snippets.

@johnjullies
Last active October 2, 2017 00:02
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 johnjullies/96e38ecd9646e2676fd686f280a6ad84 to your computer and use it in GitHub Desktop.
Save johnjullies/96e38ecd9646e2676fd686f280a6ad84 to your computer and use it in GitHub Desktop.
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;
}
@johnjullies
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment