Forked from ajskelton/gist:6fd770a78bbc9b59dbf51c2fa37aa8b0
Created
June 25, 2018 09:20
-
-
Save mgrubinger/ec076a0839e4b5499ff2be5f1225a167 to your computer and use it in GitHub Desktop.
CSS System Font Stack
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
/* 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