Skip to content

Instantly share code, notes, and snippets.

@jennimckinnon
Last active August 29, 2015 14:16
Show Gist options
  • Select an option

  • Save jennimckinnon/5f88bb25a4e73f733612 to your computer and use it in GitHub Desktop.

Select an option

Save jennimckinnon/5f88bb25a4e73f733612 to your computer and use it in GitHub Desktop.
h1 {
font-family: 'Oswald', sans-serif;
font-weight:700;
font-size: 28px;
color: #3c3c3c;
}
p {
font-family: 'Open Sans', sans-serif;
font-weight:400;
font-size: 14px;
color: #3c3c3c;
}
p.oblique {
font-family: 'Open Sans', sans-serif;
font-weight:700;
font-style:oblique;
font-size: 14px;
color: #3c3c3c;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment