Skip to content

Instantly share code, notes, and snippets.

@lumivient
Last active March 29, 2018 14:23
Show Gist options
  • Select an option

  • Save lumivient/8872fc2c67a4a6e9775ac1196f08d993 to your computer and use it in GitHub Desktop.

Select an option

Save lumivient/8872fc2c67a4a6e9775ac1196f08d993 to your computer and use it in GitHub Desktop.
Font stacks for system fonts
.sans { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
.serif { font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
.monospace { font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment