Skip to content

Instantly share code, notes, and snippets.

@andreasvirkus
Last active April 17, 2017 13:40
Show Gist options
  • Save andreasvirkus/107bd65c0f7d3a6c1183821ce415491f to your computer and use it in GitHub Desktop.
Save andreasvirkus/107bd65c0f7d3a6c1183821ce415491f to your computer and use it in GitHub Desktop.
/* Medium */
body {
font-family: -apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Oxygen,
Ubuntu,
Cantarell,
"Open Sans",
"Helvetica Neue",
sans-serif;
}
/* Ghost */
body {
font-family: -apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Oxygen,
Ubuntu,
Cantarell,
"Fira Sans",
"Droid Sans",
"Helvetica Neue",
sans-serif;
}
/* GitHub */
body {
font-family: -apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Helvetica,
Arial,
sans-serif,
"Apple Color Emoji", /* Emojis*/
"Segoe UI Emoji", /* Emojis*/
"Segoe UI Symbol"; /* Emojis*/
}
@andreasvirkus
Copy link
Author

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