zoxon
3/13/2015 - 4:33 AM

typography_px.css

body {
  font-size: 16px;
  line-height: 29px;
  max-width: 718px;
  margin: 0 auto;
}

h1 {
  font-size: 68px;
  line-height: 87px;
  margin-top: 58px;
  margin-bottom: 29px;
}

h2 {
  font-size: 42px;
  line-height: 58px;
  margin-top: 58px;
  margin-bottom: 29px;
}

h3 {
  font-size: 26px;
  line-height: 29px;
  margin-top: 29px;
  margin-bottom: 29px;
}

h4 {
  font-size: 16px;
  line-height: 29px;
  margin-top: 29px;
  margin-bottom: 29px;
}

p, ul, ol, pre, table, blockquote {
  margin-top: 29px;
  margin-bottom: 29px;
}

/* Sanitation */

hr {
  border: 1px solid;
  margin: -1px 0;
}

ul ul, ol ol, ul ol, ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

b, strong, em, small, code {
  line-height: 1;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

sub {
  top: 0.4em;
}