Last active
February 13, 2016 20:42
-
-
Save sambaldwin/a61e46381623be31da29 to your computer and use it in GitHub Desktop.
System UI font stack. Full credit / context here: https://medium.com/designing-medium/system-shock-6b1dc6d6596f and here: https://www.smashingmagazine.com/2015/11/using-system-ui-fonts-practical-guide.
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
... { | |
font-family: | |
-apple-system, | |
BlinkMacSystemFont, | |
"Segoe UI", | |
"Roboto", | |
"Oxygen", | |
"Ubuntu", | |
"Cantarell", | |
"Fira Sans", | |
"Droid Sans", | |
"Helvetica Neue", | |
sans-serif; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment