]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: replace invalid h1 font-weight
authorBenjamin Franzke <benjaminfranzke@googlemail.com>
Tue, 17 May 2022 13:05:01 +0000 (15:05 +0200)
committerBenjamin Franzke <benjaminfranzke@googlemail.com>
Tue, 17 May 2022 20:35:53 +0000 (22:35 +0200)
h1 font weight is defined to be 100 but no font-face
definition for weight 100 is included.
The browser will use the nearest available font-weight
instead. As that is 400, we do specify it explicitly now.

docs/style.css

index 6f81452b65c3266c964b90d5db59d8b83940f5ab..981cdc1b5361aa3a3391bb31cfc18a3a342159ce 100644 (file)
@@ -38,7 +38,7 @@ h1, h2, h3, h4, h5, h6 {
 h1 {
   text-align: center;
   font-size: 30px;
-  font-weight: 100;
+  font-weight: 400;
   font-style: normal;
   margin-bottom: 2rem;
 }