Skip to content

Instantly share code, notes, and snippets.

@my8bit
Created October 16, 2017 09:37
Show Gist options
  • Save my8bit/6e553e50871da2e899df473c12768ce2 to your computer and use it in GitHub Desktop.
Save my8bit/6e553e50871da2e899df473c12768ce2 to your computer and use it in GitHub Desktop.
System font family example
// https://hackernoon.com/web-fonts-when-you-need-them-when-you-dont-a3b4b39fe0ae
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment