Skip to content

Instantly share code, notes, and snippets.

@claudiojunior-me
Created April 20, 2020 20:03
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 claudiojunior-me/2db66c6bae4b55bf82208b23329f43e4 to your computer and use it in GitHub Desktop.
Save claudiojunior-me/2db66c6bae4b55bf82208b23329f43e4 to your computer and use it in GitHub Desktop.
CSS System Font Stack
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
Roboto, Oxygen-Sans, Ubuntu, Cantarell,
"Helvetica Neue", sans-serif;
}
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