Skip to content

Instantly share code, notes, and snippets.

@SteGriff
Created August 17, 2016 10:10
Show Gist options
  • Select an option

  • Save SteGriff/c1d4493700fa9b80fad2bd57383a4d86 to your computer and use it in GitHub Desktop.

Select an option

Save SteGriff/c1d4493700fa9b80fad2bd57383a4d86 to your computer and use it in GitHub Desktop.
Universal System Font Family as used around the web
body
{
/* GitHub */
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
/* Zeit.co */
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
/* Solid.systems */
/* Serif */
font-family:Athelas,Georgia,Droid Serif,serif
/* Sans */
font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment