element-hq / element-hq/element-web
Disable Inter font ligatures for username field on login page
Open
A-Login
O-Uncommon
S-Major
T-Defect
- Dominant language
- TypeScript
- Stars
- 13.5k
- Forks
- 2.8k
- PR merge metrics
- PR metrics pending
Description
### Your use case
For example when pasting a username which contains an x surround by numbers, the x is automatically transformed to a multiplication sign which looks strange.

According to [this](https://github.com/rsms/inter/issues/222#issuecomment-574273633) post the solution is to disable contextual alt values (calt), like `font-variant-ligatures: no-contextual;` or `font-feature-settings: "calt" 0;`.
### Have you considered any alternatives?
_No response_
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.