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
There seems to be an issue with font-variant: tabular-nums in Chrome (tested Version 70.0.3538.102) on MacOS Sierra & Mohave.
font-variant: tabular-nums
Any combination of the following style declarations can't fix the issue:
font-variant: tabular-nums; font-feature-settings: "tnum"; font-variant-numeric: tabular-nums; -webkit-font-feature-settings: "tnum";
Screenshot of https://beautifulwebtype.com/zilla-slab/ in Chrome
Screenshot of https://beautifulwebtype.com/zilla-slab/ in Safari
When an alpha numeric [a-zA-Z] is added to the textContent of an element in Chrome the problem disappears:
Other tested fonts that support this font-variant are ok in (this version) of Chrome and MacOS.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There seems to be an issue with
font-variant: tabular-nums
in Chrome (tested Version 70.0.3538.102) on MacOS Sierra & Mohave.Any combination of the following style declarations can't fix the issue:
Screenshot of https://beautifulwebtype.com/zilla-slab/ in Chrome
Screenshot of https://beautifulwebtype.com/zilla-slab/ in Safari
When an alpha numeric [a-zA-Z] is added to the textContent of an element in Chrome the problem disappears:
Other tested fonts that support this font-variant are ok in (this version) of Chrome and MacOS.
The text was updated successfully, but these errors were encountered: