Created
August 17, 2016 10:10
-
-
Save SteGriff/c1d4493700fa9b80fad2bd57383a4d86 to your computer and use it in GitHub Desktop.
Universal System Font Family as used around the web
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 | |
| { | |
| /* GitHub */ | |
| font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; | |
| /* Zeit.co */ | |
| font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif; | |
| /* Solid.systems */ | |
| /* Serif */ | |
| font-family:Athelas,Georgia,Droid Serif,serif | |
| /* Sans */ | |
| font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,sans-serif; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment