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
Unwanted "smart" replacement of the letter x with a multiplication sign #222
Comments
|
Hi, @captainmeta4! I guess it’s not a bug. You may to use CSS Good luck! |
|
Should we use |
|
It should be part of Lines 69 to 78 in d8d4e0c
I’ll move it to calt for the next release. Once that’s out, you can disable calt like this: body {
font-variant-ligatures: no-contextual;
}Should work in a modern web browser. (https://developer.mozilla.org/en-US/docs/Web/CSS/font-variant-ligatures) You can use |
Describe the bug
Typing a lowercase x between two numbers causes the letter x to be "smart" replaced with a multiplication sign.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The letter x should remain as an x. The font should not trying to assume the user's intention and replacing characters with glyphs that belong to other characters. By doing this, the Inter font fails to accurately render string data.
Screenshots
A user signed up to our web site with the username "x0x7_". It was displayed like this (our usernames are prefixed with the "@" character, similar to twitter)
Removing Inter font from our site fixed this problem, and allowed the user's name to be correctly displayed.
Environment
The text was updated successfully, but these errors were encountered: