Skip to content
New issue

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

tabular-nums issue in Chrome #33

Open
allemalamaas opened this issue Nov 23, 2018 · 0 comments
Open

tabular-nums issue in Chrome #33

allemalamaas opened this issue Nov 23, 2018 · 0 comments

Comments

@allemalamaas
Copy link

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:

        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
image

Screenshot of https://beautifulwebtype.com/zilla-slab/ in Safari
image

When an alpha numeric [a-zA-Z] is added to the textContent of an element in Chrome the problem disappears:
image

Other tested fonts that support this font-variant are ok in (this version) of Chrome and MacOS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant