Created
January 12, 2017 21:36
-
-
Save mattborn/a9ceb96ad80f586cf40145276f98b86c to your computer and use it in GitHub Desktop.
Common assets across projects
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
@import "https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"; | |
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"; | |
body { | |
color: #515e5f; | |
font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif; /* smashingmagazine.com/2015/11/using-system-ui-fonts-practical-guide */ | |
-webkit-font-smoothing: antialiased; | |
line-height: 1; | |
} | |
h1, | |
h2, | |
h3 { | |
color: #253535; | |
font-weight: 600; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment