Skip to content

Instantly share code, notes, and snippets.

@0xKD
Last active March 11, 2017 02:37
Show Gist options
  • Save 0xKD/5ea5e57b4ea04c43750fd98ab4e97d0d to your computer and use it in GitHub Desktop.
Save 0xKD/5ea5e57b4ea04c43750fd98ab4e97d0d to your computer and use it in GitHub Desktop.
CSS - System Fonts
body {
font-family: -apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Oxygen-Sans,
Ubuntu,
Cantarell,
"Helvetica Neue";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment