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

Support of ligatures should be configurable #457

Closed
wszydlak opened this issue Jul 20, 2021 · 0 comments · Fixed by #469
Closed

Support of ligatures should be configurable #457

wszydlak opened this issue Jul 20, 2021 · 0 comments · Fixed by #469

Comments

@wszydlak
Copy link
Contributor

Starting with webfont@10 which added support for ligatures all glyphs are generated for 2 unicodes, the second one is for ligature.
This also leeds to generation bigger svg font file (cause it generates for all unicodes).

It would be nice to ha e an option to avoid such behavior and eg. disable ligature support.

Maybe this only needs to add one if in

metadata.unicode.push(metadata.name.replace(/-/gu, "_"));

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

Successfully merging a pull request may close this issue.

1 participant