Last active
August 29, 2015 14:16
-
-
Save jennimckinnon/5f88bb25a4e73f733612 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
| 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