Created
February 27, 2016 17:55
-
-
Save aaronpdennis/03a7ff2706150032837d to your computer and use it in GitHub Desktop.
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
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