body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

h1 {
  font-family: 'Roboto Slab', serif;

  font-size: 30px;
  font-weight:bold;
  padding-top:0.5em;
  padding-bottom:0.5em;
}
h2 {
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  font-weight:bold;
  text-align:center;
  padding-top:0.5em;
  padding-bottom:0.5em;
}
.article-meta > h2 {
  padding-top: 0em;
  padding-bottom: 0em;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}

code {
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 85%;
}


blockquote {
  font-family: 'Lora', serif;
}
