<div>
Без задання: <span>1234567890</span>
</div>
<div class="oldstyle">
Старий стиль: <span>1234567890</span>
</div>
body {
font-family: 'Helvetica';
font-size: 2em;
color: #444;
}
span {
color: #000;
font-weight: 700;
font-size: 2.4em;
}
.oldstyle {
font-variant-numeric: oldstyle-nums;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.