Answer the question
In order to leave comments, you need to log in
How to implement proportional character alignment?
Hello! How to implement proportional character alignment? Couldn't find anything. Maybe there is a solution?
Answer the question
In order to leave comments, you need to log in
You can enable variant numbers in CSS like this:
{
font-variant-numeric: lining-nums;
font-feature-settings: 'lnum';
-moz-font-feature-settings: 'lnum=1';
-ms-font-feature-settings: 'lnum';
-webkit-font-feature-settings: 'lnum';
-o-font-feature-settings: 'lnum';
}
Source: https://codepen.io/rlchy/pen/YPmYQQ
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question