Edit text font size, line height and icon size

This commit is contained in:
Paul Nicoué 2022-12-20 12:13:49 +01:00
parent 8ea65a3c93
commit 4177b0c140
5 changed files with 64 additions and 65 deletions

View file

@ -17,26 +17,6 @@ body {
color: var(--black);
}
h1 {
font-family: var(--title-font-family);
font-size: var(--h1-font-size);
line-height: var(--h1-line-height);
}
h2 {
font-family: var(--text-font-family);
font-size: var(--h2-font-size);
line-height: var(--h2-line-height);
margin: 0 0 4rem 0;
}
h3 {
font-family: var(--text-font-family);
font-size: var(--h3-font-size);
line-height: var(--h3-line-height);
margin: 2rem 0 1rem 0;
}
strong {
font-weight: var(--bold-font-weight);
}