mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-17 22:29:19 +00:00
Begin process of second font elimination
This commit is contained in:
parent
34acb34645
commit
f02d1fe5db
|
@ -106,17 +106,16 @@ h3,
|
|||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: $font-secondary;
|
||||
font-weight: normal;
|
||||
letter-spacing: .07em;
|
||||
font-family: sans-serif;
|
||||
letter-spacing: .02em;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 2.5rem;
|
||||
font-size: 2.4rem;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.5rem;
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
|
||||
ul > li {
|
||||
|
@ -256,7 +255,7 @@ sup {
|
|||
|
||||
.section-title h2 {
|
||||
display: inline;
|
||||
font-size: 2rem;
|
||||
font-size: 1.8rem;
|
||||
}
|
||||
|
||||
.section-title h2,
|
||||
|
|
|
@ -20,7 +20,8 @@
|
|||
}
|
||||
|
||||
.u-emphasize {
|
||||
font-family: $font-secondary;
|
||||
font-family: sans-serif;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.u-block {
|
||||
|
|
Loading…
Reference in a new issue