diff options
| author | Heather Miller <heather.miller@epfl.ch> | 2016-10-16 15:40:39 -0400 |
|---|---|---|
| committer | Heather Miller <heather.miller@epfl.ch> | 2016-10-16 15:40:39 -0400 |
| commit | ec28ef86860621dc65cc4875029c1d2a1f8e5117 (patch) | |
| tree | 683b0e8e081d88f7fe614b8878a8a84ac648376a /custom.css | |
| parent | e1af11a04a3ca574de73118cfdabc2ba15d5d7aa (diff) | |
Working
Diffstat (limited to 'custom.css')
| -rw-r--r-- | custom.css | 33 |
1 files changed, 30 insertions, 3 deletions
@@ -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 |
