mirror of
https://github.com/systemd/systemd.git
synced 2024-11-24 02:33:36 +08:00
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.
This commit is contained in:
parent
d5ce270ced
commit
f08446a4f5
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user