You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Google has a woff2 compression reference code that compiles to simple 1.4mb file that can probably replace webify, and was super simply to compile (on my mac at least, haven't tried on windows)
Along with that, likely other changes would be how lime generates the templates perhaps.
I can take this on myself at some point, I think it'd be a nice QOL upgrade for web exports.
The text was updated successfully, but these errors were encountered:
From my understanding, lime attempts to compress / convert fonts to .woff on web builds, using
webify
things..woff2 offers better compression, and alongside that I believe webify had trouble with some fonts I've thrown at it.
https://github.com/google/woff2
Google has a woff2 compression reference code that compiles to simple 1.4mb file that can probably replace webify, and was super simply to compile (on my mac at least, haven't tried on windows)
Along with that, likely other changes would be how lime generates the templates perhaps.
I can take this on myself at some point, I think it'd be a nice QOL upgrade for web exports.
The text was updated successfully, but these errors were encountered: