Last active
October 2, 2017 00:02
-
-
Save johnjullies/96e38ecd9646e2676fd686f280a6ad84 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
/* System Fonts as used by Medium and WordPress */ | |
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
Source: https://css-tricks.com/snippets/css/system-font-stack/