Skip to content

Instantly share code, notes, and snippets.

@ajerez
Last active May 13, 2019 10:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajerez/f665470d4f0502ae90841ccdd07e2abf to your computer and use it in GitHub Desktop.
Save ajerez/f665470d4f0502ae90841ccdd07e2abf to your computer and use it in GitHub Desktop.
Load System Fonts (CSS)
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment