Simplify heading styles
This commit is contained in:
@ -76,6 +76,7 @@ h5,
|
||||
h6 {
|
||||
font-family: var(--font-serif);
|
||||
font-weight: lighter;
|
||||
letter-spacing: -0.05em;
|
||||
line-height: 1.25;
|
||||
margin: 3rem 0 1rem;
|
||||
|
||||
@ -93,32 +94,14 @@ h6 {
|
||||
|
||||
h1 {
|
||||
font-size: 3rem;
|
||||
font-weight: normal;
|
||||
letter-spacing: -0.15rem;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 2.4rem;
|
||||
letter-spacing: -0.15rem;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.5rem;
|
||||
letter-spacing: -0.1rem;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 1.25rem;
|
||||
letter-spacing: -0.05rem;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: 1rem;
|
||||
letter-spacing: -0.05rem;
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
|
||||
a {
|
||||
|
Reference in New Issue
Block a user