Skip to content

Instantly share code, notes, and snippets.

@briangershon
Created February 18, 2021 06:04
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 briangershon/167f7089f9b5dda742bb33a21374861b to your computer and use it in GitHub Desktop.
Save briangershon/167f7089f9b5dda742bb33a21374861b to your computer and use it in GitHub Desktop.
font-family css defaults that look nice across browsers and operating systems
html {
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
.code {
font-family: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono,
Bitstream Vera Sans Mono, Courier New, monospace;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment