Range of `ital` axis causing italics not rendering properly on Firefox
Open
- Dominant language
- Shell
- Stars
- 2k
- Forks
- 47
- PR merge metrics
- No merged PRs in 30d
Description
Hubot Sans has the `ital` axis range set to 0 to 10, whereas the convention of `ital` axis ([MDN], [OpenType]), the range is set to 0 to 1.
Firefox uses `ital=1` on a variable font when CSS specifies `font-family: italic;`, which renders an almost illegible slant instead of the expected italic style.

Similar issue: github/mona-sans#42
[MDN]: https://developer.mozilla.org/en-US/docs/Web/CSS/font-style#variable_fonts
[OpenType]: https://learn.microsoft.com/en-us/typography/opentype/spec/dvaraxistag_ital
Contributor guide
Assessment
This issue has not been assessed yet.