style: restrict old-style numbers
This commit is contained in:
parent
bfa512eb6f
commit
12e229c41a
1 changed files with 7 additions and 5 deletions
|
@ -62,11 +62,13 @@ hgroup {
|
|||
text-wrap: balance;
|
||||
}
|
||||
|
||||
p {
|
||||
.article-body__content {
|
||||
& p {
|
||||
text-wrap: pretty;
|
||||
font-variant-numeric: oldstyle-nums;
|
||||
margin-block: 1em;
|
||||
margin-block: 1lh;
|
||||
}
|
||||
}
|
||||
|
||||
section {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue