Skip to content

Instantly share code, notes, and snippets.

@Andy-set-studio
Last active October 23, 2017 20:10
Show Gist options
  • Save Andy-set-studio/e0b810c58c62df202b22d39befde1ce5 to your computer and use it in GitHub Desktop.
Save Andy-set-studio/e0b810c58c62df202b22d39befde1ce5 to your computer and use it in GitHub Desktop.
Set base family as system font. Apple San Francisco etc etc
// Set base font family as system fonts as outlined in this article: https://www.smashingmagazine.com/2015/11/using-system-ui-fonts-practical-guide/#what-to-do-today
$base-font-family: -apple-system, BlinkMacSystemFont,
"Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
"Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment