-
Notifications
You must be signed in to change notification settings - Fork 42
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
Add woff2 files #10
Comments
Most fonts are already available as woff2 elsewhere, e.g. https://github.com/naturalcrit/homebrewery/tree/master/client/homebrew/phbStyle/fonts/v3 . Is there still value in including them here? |
I'm also converting the fonts to woff2 in my project, but I think it would be nice if they would be provided here too so beginners wouldn't accidentally ship too large files to their users. |
@jonathonf, yes, indeed it is, because your link is dead now :-) |
@prantlf In case you need the woff2-files and can't run woff2_compress yourself, you should find them here in my project: |
Oh, thanks for the info, @Findus23! I see that you also wanted the better compressed |
I assume a lot of people use these fonts on websites (by the fact that a default CSS is provided).
Most modern browsers support the woff2 format (https://caniuse.com/woff2) and it can compress the files by a lot (e.g. 27kb instead of 77kb for Bookinsanity.otf) losslessly, making websites load faster.
This could be done with something like
after installing e.g.
woff2
on Debian (see https://github.com/google/woff2).If you would like, I could create a Pull Request
The text was updated successfully, but these errors were encountered: