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

Upgrade web-font stuff to .woff2 #1847

Open
ninjamuffin99 opened this issue Oct 4, 2024 · 0 comments
Open

Upgrade web-font stuff to .woff2 #1847

ninjamuffin99 opened this issue Oct 4, 2024 · 0 comments

Comments

@ninjamuffin99
Copy link
Contributor

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.

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

No branches or pull requests

1 participant