Created
December 10, 2015 06:21
-
-
Save ssbozy/99552108bd0a89795ab7 to your computer and use it in GitHub Desktop.
CSS for Posthaven
This file contains 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
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300); | |
#header h1 a | |
{ | |
font-family: 'Open Sans', sans-serif !important; | |
font-weight: 300 !important; | |
} | |
.post-title h2 a | |
{ | |
font-family: 'Open Sans', sans-serif !important; | |
font-weight: 300 !important; | |
} | |
.posthaven-tab | |
{ | |
display:None !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment