mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
💄 style: reduce bold text font weight on sans-serif
Stays the same for articles (serif).
This commit is contained in:
parent
32a2d5094b
commit
bcc3f83d85
1 changed files with 5 additions and 1 deletions
|
@ -141,6 +141,10 @@ article {
|
||||||
font-family: var(--serif-font);
|
font-family: var(--serif-font);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
strong {
|
||||||
|
font-weight: 620;
|
||||||
|
}
|
||||||
|
|
||||||
.full-width {
|
.full-width {
|
||||||
max-width: calc(100% + 2*$base-margin);
|
max-width: calc(100% + 2*$base-margin);
|
||||||
margin-left: -$base-margin;
|
margin-left: -$base-margin;
|
||||||
|
@ -227,7 +231,7 @@ p {
|
||||||
}
|
}
|
||||||
|
|
||||||
strong {
|
strong {
|
||||||
font-weight: 620;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
.centered-text {
|
.centered-text {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue