From 825e0b9a3572cdfaeb60e11c51965baec299528c Mon Sep 17 00:00:00 2001
From: Christoph Groth <christoph.groth@cea.fr>
Date: Sun, 8 Sep 2013 10:58:09 +0200
Subject: [PATCH] make the heading normal weight

---
 content/common/kwant.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/content/common/kwant.css b/content/common/kwant.css
index fa680b6..7075953 100644
--- a/content/common/kwant.css
+++ b/content/common/kwant.css
@@ -38,6 +38,7 @@ ul.navigation li{
 
 h1, h2, h3, h4, h5, h6 {
     font-family: "Bitstream Vera Sans",  Verdana, sans-serif;
+    font-weight: normal;
 }
 
 li {
-- 
GitLab