Replies: 2 comments
-
Another advanced feature that Fontkit supports is color emoji glyphs, downside is Fontkit is Node.js only (using |
Beta Was this translation helpful? Give feedback.
0 replies
-
Decided to put a lower priority on this. TTF & OTF are faster to load and parse, so on the server side we will always recommend using them unless there's a size limitation. WOFF is a good balance of size and parsing speed (smaller but slightly longer to load). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently opentype.js doesn't support woff2, which is usually 30% the size of woff. Fontkit might be a good alternative for this (but the lib is larger).
Ref: opentypejs/opentype.js#183
Beta Was this translation helpful? Give feedback.
All reactions