Skip to content

Instantly share code, notes, and snippets.

@trustedtomato
Created August 29, 2018 13:14
Show Gist options
  • Save trustedtomato/26d97dc7a7037a5f023388b9ec0f384c to your computer and use it in GitHub Desktop.
Save trustedtomato/26d97dc7a7037a5f023388b9ec0f384c to your computer and use it in GitHub Desktop.
/* System Fonts as used by GitHub */
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
/* 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