Skip to content

Instantly share code, notes, and snippets.

@barinbritva
Created September 20, 2020 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barinbritva/fa30f605e9549321e52f9c79103521e7 to your computer and use it in GitHub Desktop.
Save barinbritva/fa30f605e9549321e52f9c79103521e7 to your computer and use it in GitHub Desktop.
Use system font in each OS.
body {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment