Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>The title of the document </title> <style> .p1 { font-variant-numeric: oldstyle-nums; } .p2 { font-variant-numeric: diagonal-fractions; } </style> </head> <body> <h2>Font-variant-numeric property example</h2> <p class="p1">001528931</p> <p class="p2">952321313500</p> </body> </html>