Last active
March 11, 2017 02:37
-
-
Save 0xKD/5ea5e57b4ea04c43750fd98ab4e97d0d to your computer and use it in GitHub Desktop.
CSS - System Fonts
This file contains hidden or 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
body { | |
font-family: -apple-system, | |
BlinkMacSystemFont, | |
"Segoe UI", | |
Roboto, | |
Oxygen-Sans, | |
Ubuntu, | |
Cantarell, | |
"Helvetica Neue"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment