Skip to content

Instantly share code, notes, and snippets.

@michaelwhyte
Created February 16, 2018 21:43
Show Gist options
  • Save michaelwhyte/1ba832368d206f37a7bd457e5f648ec1 to your computer and use it in GitHub Desktop.
Save michaelwhyte/1ba832368d206f37a7bd457e5f648ec1 to your computer and use it in GitHub Desktop.
System Font Stack for the Web
/*
This code modified from:
https://css-tricks.com/shipping-system-fonts-github-com/
*/
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