#post_designing-a-font-with-code:before {
  content: "SG";
  display: block;
  font-size: 150px;
  text-align: center;
  font-family: sgregular;
}

#post_designing-a-font-with-code h1 {
  text-align: center;
}

#post_designing-a-font-with-code img {
  display: block;
  float: none;
  margin: 0 auto;
}

#post_alphabet-sampler {
  font-family: sgregular;
  text-align: center;
  font-size: 38px;
  line-height: 44px;
  position: relative;
  width: 80vw;
  margin-left: calc(50% - 40vw);
  left: 0;
  background: #222;
  color: white;
  padding: 11px;
}

#post_zero-typographic {
  font-family: sgregular;
  text-align: center;
  font-size: 110px;
  line-height: 110px;
}
#post_zero-typographic b, #post_zero-typographic i {
  display: inline-block;
  width: 110px;
  font-style: normal;
}
#post_zero-typographic b {
  background: #222;
  color: white;
}

#post_design-code-art {
  font-family: sgregular;
  text-align: center;
  font-size: 55px;
  line-height: 66px;
}

#post_typography-poster {
  text-align: center;
}
#post_typography-poster div {
  position: relative;
  left: 33px;
  margin: 0 auto 66px 0;
  display: inline-block;
  text-align: left;
}
#post_typography-poster div:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  left: -66px;
  top: 0;
  border-right: 66px solid #222;
  border-top: 66px solid transparent;
}
#post_typography-poster span {
  position: relative;
  display: inline-block;
  padding: 0 12px;
  font-family: sgregular;
  font-size: 55px;
  line-height: 66px;
  background: #222;
  color: #888;
}
#post_typography-poster span:last-child {
  color: white;
}
#post_typography-poster span:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 66px);
  bottom: -66px;
  left: 0;
  border-top: 66px solid #222;
  border-right: 66px solid transparent;
}
