-
Notifications
You must be signed in to change notification settings - Fork 70
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
feat(ligatures, json template and template cache string): add ligature support #191
Conversation
bbd045a
to
e71bf7e
Compare
#192 add json built-in template and template cache string parameter |
pull this project if you want to check out the changes https://github.com/mpalpha/test-fonts |
#190 Hopefully he'll read this |
just use "npm i mpalpha/webfont" until then. |
…late, and templateCacheString which defaults to unix timestamp.
This works with Wondering if there is a limitation for the ligature table. The ligature relationships used in this way adds a lot to the file size (well at least for MDI which is 5k+ icons, but was only adding this for our desktop TTF). https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6lcar.html Our investigation... Templarian/MaterialDesign-Font#1 |
Looked into this a bit further and the limit isn't the number of glyphs. It's a combination of the In my font all characters increment after |
@guluws Hello, I am helping @evilebottnawi to maintain this repository. We apologize for the delay. |
@mpalpha Does the package |
I've accepted the PR and performed the merge with ligature and JSON support. Thank you, @mpalpha!
@Templarian Thank you for bringing this context. We will plan a release and if, for some reason, in the new version, you find issues related to glyphs and ligatures, please feel free to share 😄 |
#174 add ligature support