We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tenchi2xh opened this issue on Dec 22, 2021
Because number characters have various widths, they shake a lot when rapidly increasing and greatly reduce legibility:
synergism-shaky
Reading the exponent can be hard like that in certain conditions
By enabling this CSS property on body (tabular figures):
font-variant-numeric: tabular-nums; Digits will all have the same width and will totally stabilise the rendering of rapidly increasing numbers:
synergism-stable
Which makes it much more readable in my opinion 😃
This is under macOS so I have no idea if the Windows system fonts support that feature (in that case it would be worth having a web font)
The text was updated successfully, but these errors were encountered:
Pseudo-Corp#156
Link to original issue with images
Sorry, something went wrong.
brettjanz
Successfully merging a pull request may close this issue.
Tenchi2xh opened this issue on Dec 22, 2021
Because number characters have various widths, they shake a lot when rapidly increasing and greatly reduce legibility:
synergism-shaky
Reading the exponent can be hard like that in certain conditions
By enabling this CSS property on body (tabular figures):
font-variant-numeric: tabular-nums;
Digits will all have the same width and will totally stabilise the rendering of rapidly increasing numbers:
synergism-stable
Which makes it much more readable in my opinion 😃
This is under macOS so I have no idea if the Windows system fonts support that feature (in that case it would be worth having a web font)
The text was updated successfully, but these errors were encountered: