Skip to content

Instantly share code, notes, and snippets.

@aaronpdennis
Created February 27, 2016 17:55
Show Gist options
  • Save aaronpdennis/03a7ff2706150032837d to your computer and use it in GitHub Desktop.
Save aaronpdennis/03a7ff2706150032837d to your computer and use it in GitHub Desktop.
HTML:
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans" />CSS:
h1 {
font-family: 'Open Sans';
font-size: 36px;
font-style: normal;
font-variant: normal;
font-weight: bold;
line-height: 54px;
}
h3 {
font-family: 'Open Sans';
font-size: 22px;
font-style: normal;
font-variant: normal;
font-weight: 100;
line-height: 44px;
}
p {
font-family: 'Open Sans';
font-size: 14px;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 21px;
}
blockquote {
font-family: 'Open Sans';
font-size: 22px;
font-style: italic;
font-variant: normal;
font-weight: 400;
line-height: 26.4px;
}
pre {
font-family: 'Open Sans';
font-size: 13px;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 26px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment