Skip to content

Instantly share code, notes, and snippets.

@kulas
Last active April 7, 2019 16:42
Show Gist options
  • Save kulas/8daead633b0d0a23a93c33b9f979bc7f to your computer and use it in GitHub Desktop.
Save kulas/8daead633b0d0a23a93c33b9f979bc7f to your computer and use it in GitHub Desktop.
Font Stack - System
/* System Fonts */
body {
font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
}
@kulas
Copy link
Author

kulas commented Apr 7, 2019

Other ways of implementing similar default system fonts: https://css-tricks.com/snippets/css/system-font-stack/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment