author | Alan Dipert
<alan@dipert.org> 2019-12-26 08:16:56 UTC |
committer | Alan Dipert
<alan@dipert.org> 2019-12-26 08:16:56 UTC |
parent | 797840cbd8c160c8232f1b01db6fbb1ba48697a5 |
style.css | +6 | -3 |
diff --git a/style.css b/style.css index 165dfaa..697d8ea 100644 --- a/style.css +++ b/style.css @@ -7,10 +7,13 @@ body { padding: 0 10px } -h1, -h2, -h3 { +h1 { font-family: 'Exo', sans-serif; line-height: 1.2; color: #99021d; } + +h2, +h3 { + line-height: 1.2; +}