Skip to content

Instantly share code, notes, and snippets.

@jeffstephens
Last active July 21, 2016 03:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffstephens/e545c12c778cf32469dbc8ab6567132a to your computer and use it in GitHub Desktop.
Save jeffstephens/e545c12c778cf32469dbc8ab6567132a to your computer and use it in GitHub Desktop.
Style overrides for Tumblr landing page
<!-- paste this code into the <head> section of your blog
the !important means it will override any other settings -->
<style type="text/css">
/* page title ("Sam Herschel Wein") */
.cover-title {
font-family: 'Dancing Script' !important;
}
/* page description ("Poet. Loudmouth. Hugger.") */
.cover-desc {
font-family: 'Lora', 'Georgia', serif !important;
}
/* enter button ("ENTER") */
.enter {
font-family: 'Lora', 'Georgia', serif !important;
}
/* blog title (after welcome page) */
header.blog-title p {
font-family: 'Lora', 'Georgia', serif !important;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment