opentype.js
opentype.js copied to clipboard
Tabler Icons font not working
Expected Behavior
The font https://github.com/tabler/tabler-icons cannot be open in https://opentype.js.org/
Steps to Reproduce (for bugs)
- Extract https://github.com/tabler/tabler-icons/releases/download/v2.38.0/tabler-icons-2.38.0.zip
- In https://opentype.js.org/ try open any front from the webfont\fonts directory
Looks like the font uses an incorrect value then, because 1 and 2 are the only possible formats for the coverage table according to the spec: https://learn.microsoft.com/en-us/typography/opentype/spec/chapter2#coverage-table
But it would indeed be better if we could still load the font instead of just aborting with an error.