Skip to content

Instantly share code, notes, and snippets.

@ssbozy
Created December 10, 2015 06:21
Show Gist options
  • Save ssbozy/99552108bd0a89795ab7 to your computer and use it in GitHub Desktop.
Save ssbozy/99552108bd0a89795ab7 to your computer and use it in GitHub Desktop.
CSS for Posthaven
@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