From ec28ef86860621dc65cc4875029c1d2a1f8e5117 Mon Sep 17 00:00:00 2001 From: Heather Miller Date: Sun, 16 Oct 2016 15:40:39 -0400 Subject: Working --- custom.css | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) (limited to 'custom.css') diff --git a/custom.css b/custom.css index f1c2065..641b4fe 100644 --- a/custom.css +++ b/custom.css @@ -1,20 +1,47 @@ --- --- +html { font-size: 14px; } + +h2, h3 { + font-family: 'Fira Sans'; + font-weight: 200; + font-style: normal; +} + .post-title { font-family: 'Fira Sans'; font-weight: 200; - font-size: 3.2em; - line-height: 1em; + /*font-size: 3.2em;*/ + /*line-height: 1em;*/ /*line-height: 1.6em;*/ } .post-title, .post-title:after { position: relative; - left: 10px; + /*left: 10px;*/ line-height: 1.6em; background: #ffdb00; -webkit-box-shadow: -10px 0px 0px #ffdb00, 10px 0px 0px #ffdb00; box-shadow: -10px 0px 0px #ffdb00, 10px 0px 0px #ffdb00; box-decoration-break: clone; +} + +.author { + font-family: 'Montserrat', sans-serif; + text-transform: uppercase; + color: #b3b3b3; +} + +.book-title { + font-family: 'Alegreya Sans', sans-serif; + font-weight: 700; + font-style: italic; +} + +.dist-comp { + font-family: 'Alegreya Sans', sans-serif; + text-transform: uppercase; + font-weight: 900; + font-style: normal; } \ No newline at end of file -- cgit v1.2.3