Skip to content

Instantly share code, notes, and snippets.

@jpwilliams
Created October 6, 2017 09:59
Show Gist options
  • Save jpwilliams/4e920dac65d19ada41f9127fa141eb5d to your computer and use it in GitHub Desktop.
Save jpwilliams/4e920dac65d19ada41f9127fa141eb5d to your computer and use it in GitHub Desktop.
Mac system fonts in CSS
/* System Fonts as used by GitHub */
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
/* System Fonts as used by Medium and WordPress */
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment