summaryrefslogtreecommitdiffstats
path: root/docs/style.css
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2022-05-17 15:05:01 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2022-05-17 22:35:53 +0200
commitf08446a4f5a6d71dc914611748c906263c834317 (patch)
tree9f4d2479cab26e059d230b095e701d1f0a0e2924 /docs/style.css
parentdocs: remove link to missing apple-touch-icon (diff)
downloadsystemd-f08446a4f5a6d71dc914611748c906263c834317.tar.xz
systemd-f08446a4f5a6d71dc914611748c906263c834317.zip
docs: replace invalid h1 font-weight
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.
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/style.css b/docs/style.css
index 6f81452b65..981cdc1b53 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -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;
}