style: restrict old-style numbers

This commit is contained in:
Ben Goldsworthy 2025-04-15 19:09:57 +02:00
parent bfa512eb6f
commit 12e229c41a
No known key found for this signature in database

View file

@ -62,11 +62,13 @@ hgroup {
text-wrap: balance; text-wrap: balance;
} }
p { .article-body__content {
text-wrap: pretty; & p {
font-variant-numeric: oldstyle-nums; text-wrap: pretty;
margin-block: 1em; font-variant-numeric: oldstyle-nums;
margin-block: 1lh; margin-block: 1em;
margin-block: 1lh;
}
} }
section { section {