Skip to content

Instantly share code, notes, and snippets.

@joshuashaffer
Created January 30, 2022 17:14
Show Gist options
  • Save joshuashaffer/d238cd905a9a6316be578866cf9505bc to your computer and use it in GitHub Desktop.
Save joshuashaffer/d238cd905a9a6316be578866cf9505bc to your computer and use it in GitHub Desktop.
Use System Fonts
body {
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