Skip to content

Instantly share code, notes, and snippets.

@barinbritva
Created September 20, 2020 15:26
Show Gist options
  • 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