Skip to content

Instantly share code, notes, and snippets.

@nicubarbaros
Created April 17, 2017 17:49
Show Gist options
  • Save nicubarbaros/eeb54f02fdaa6aa16650732065c19962 to your computer and use it in GitHub Desktop.
Save nicubarbaros/eeb54f02fdaa6aa16650732065c19962 to your computer and use it in GitHub Desktop.
Fonts that are on user computer, will be rendered depending on the OS. This way we don't need to load any other external fonts.
body {
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment