Skip to content

Instantly share code, notes, and snippets.

@schas002
Created August 31, 2017 12:37
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 schas002/9e05f722cea37eb08f4a75b41d643c1c to your computer and use it in GitHub Desktop.
Save schas002/9e05f722cea37eb08f4a75b41d643c1c to your computer and use it in GitHub Desktop.
"System fonts everywhere" CSS snippets.
h1, h2, h3, h4, h5, h6, p {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
pre, code {
font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
h1, h2, h3, h4, h5, h6, p, pre, code {
font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment