git » just-lisp-things.git » commit 14d734e

use exo for h1

author Alan Dipert
2019-12-26 08:16:56 UTC
committer Alan Dipert
2019-12-26 08:16:56 UTC
parent 797840cbd8c160c8232f1b01db6fbb1ba48697a5

use exo for h1

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;
+}