Commit f3fe5aca authored by Raniere Silva's avatar Raniere Silva
Browse files

Update template for book to rely on CSS

Use h2 tag for "subtitle" will break any tool used to convert HTML
for another format. This commit replace h2 with span and rely on
CSS for have the same look.
parent 1d7f74ab
Loading
Loading
Loading
Loading

book.css

0 → 100644
+10 −0
Original line number Diff line number Diff line
span.subtitle {
  color: #030303;
  display: block;
  font-family: inherit;
  font-size: 31.5px;
  font-weight: bold;
  line-height: 40px;
  margin: 40px 0px 10px 0px;
  text-rendering: optimizelegibility;
}