Created
April 23, 2017 08:07
-
-
Save emilio-martinez/ed80a9bf56aeffce49fd680106e44cf6 to your computer and use it in GitHub Desktop.
System font stack
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
/* Source: https://bitsofco.de/the-new-system-font-stack/ */ | |
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