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