Skip to content

Instantly share code, notes, and snippets.

@josketres
Last active February 21, 2016 17:11
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 josketres/b663b5b5d19925688b74 to your computer and use it in GitHub Desktop.
Save josketres/b663b5b5d19925688b74 to your computer and use it in GitHub Desktop.
Styles for my blog
@import url(https://fonts.googleapis.com/css?family=Merriweather:300);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,700);
.post-body {
font-family: 'Merriweather', serif;
color: #151515;
font-size: 18px;
font-weight: 300;
line-height: 27px;
letter-spacing: -0.01em;
}
h3.post-title {
font-family: 'Raleway', sans-serif;
font-size: 28px;
font-weight: 700;
}
h3.post-title a,
h3.post-title a:visited {
color: #151515;
}
/* header */
.header.section {
margin: 0;
}
.Header h1 {
text-align: center;
font-family: 'Raleway', sans-serif;
font-size: 60px;
font-weight: 500;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment