V
V
Vladislav Godunov2018-01-27 12:05:58
css
Vladislav Godunov, 2018-01-27 12:05:58

How to implement proportional character alignment?

Hello! How to implement proportional character alignment? Couldn't find anything. Maybe there is a solution?
5a6c40de6b24e199493212.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladislav Nikonov, 2018-01-27
@vlad_godunov

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

M
Monty Python, 2018-01-27
@Austin1

A good cheat sheet for the future, terms that can be googled:
5a6c4877e94ad730065579.gif

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question