Last active
April 7, 2019 16:42
-
-
Save kulas/8daead633b0d0a23a93c33b9f979bc7f to your computer and use it in GitHub Desktop.
Font Stack - System
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* System 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
Other ways of implementing similar default system fonts: https://css-tricks.com/snippets/css/system-font-stack/