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

WOFF2 seems to have replaced EOT for web use #164

Open
Windsurfer01 opened this issue Jan 28, 2024 · 5 comments
Open

WOFF2 seems to have replaced EOT for web use #164

Windsurfer01 opened this issue Jan 28, 2024 · 5 comments

Comments

@Windsurfer01
Copy link

I am getting to grips with BirdFont, and it has many good features.
Unfortunately, after learning to create variable fonts, I found it does not export to WOFF2, which is essential for use with WordPress.
Would it be possible to provide a WOFF2 export in a later version?

@johanmattssonm
Copy link
Owner

johanmattssonm commented Jan 28, 2024

Yes. I do want to add support for WOFF2. Maybe there is an online converter somewhere that you can use. WOFF2 is mainly a compression antilogarithm on top of regular TTF and OTF fonts so everything should work as before after converting to WOFF2.

@Windsurfer01
Copy link
Author

Windsurfer01 commented Jan 28, 2024 via email

@johanmattssonm
Copy link
Owner

Why EOT and not TTF/OTF? EOT was the good old format for Internet Explorer. I thought that I could remove support for that format.

@Windsurfer01
Copy link
Author

I need a font that has certain characteristics and can be used both as WOFF2 in WordPress and as OTF or TTF in word processors. Being an open source advocate, I prefer OTF.

@Windsurfer01
Copy link
Author

Sorry, I completely missed the point of your question! Of course, anything can be converted to WOFF2.
You know better than most people, that TTF is the best choice as the basis for a variable font, because it is based on quadratic Bézier curves, In the past I tended to use cubic Bézier curves for development, because I like to use the OTF format.
Having developed a font in BirdFont with cubic curves, I was delighted to find that I could export it as TTF and then read it back to create a variable version.

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

2 participants