1
0
Fork 0
mirror of https://codeberg.org/fediverse/fediparty.git synced 2025-03-29 02:16:17 +00:00

Begin process of second font elimination

This commit is contained in:
lostinlight 2023-09-24 00:16:54 +03:00
parent 34acb34645
commit f02d1fe5db
2 changed files with 7 additions and 7 deletions
themes/starter/source/assets/scss/partials

View file

@ -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,

View file

@ -20,7 +20,8 @@
}
.u-emphasize {
font-family: $font-secondary;
font-family: sans-serif;
font-weight: bold;
}
.u-block {