diff --git a/book.css b/book.css new file mode 100644 index 0000000..a291e02 --- /dev/null +++ b/book.css @@ -0,0 +1,10 @@ +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; +}