Skip to content

Instantly share code, notes, and snippets.

@mattborn
Created January 12, 2017 21:36
Show Gist options
  • Save mattborn/a9ceb96ad80f586cf40145276f98b86c to your computer and use it in GitHub Desktop.
Save mattborn/a9ceb96ad80f586cf40145276f98b86c to your computer and use it in GitHub Desktop.
Common assets across projects
@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