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

.eot support ? #1468

Closed
puzrin opened this issue Jun 27, 2014 · 6 comments
Closed

.eot support ? #1468

puzrin opened this issue Jun 27, 2014 · 6 comments
Labels

Comments

@puzrin
Copy link

puzrin commented Jun 27, 2014

EOT format is almost a dead horse. But still needed for some webfonts, if those have to support IE6/7.

If you wish to implement - here is JS implementation https://github.com/fontello/ttf2eot/blob/master/index.js . Or see link in readme to the same on C language.

2 important notes:

  1. Seems that format can support compression, but it's not implemented in code above.
  2. EOT font name MUST start woth font family name, or it will not be loaded. That an epic bug, and very few people know about it. When they report about "broken eot", that's not convertor bug.
@davelab6
Copy link
Member

Could you explain where this 'eot Font name' is?

On 27 Jun 2014 09:17, "Vitaly Puzrin" notifications@github.com wrote:

EOT format is almost a dead horse. But still needed for some webfonts, if
those have to support IE6/7.

If you wish to implement - here is JS implementation
https://github.com/fontello/ttf2eot/blob/master/index.js . Or see link in
readme to the same on C language.

2 important notes:

Seems that format can support compression, but it's not implemented in
code above.
EOT font name MUST start woth font family name, or it will not be loaded.
That an epic bug, and very few people know about it. When they report about
"broken eot", that's not convertor bug.


Reply to this email directly or view it on GitHub.

@puzrin
Copy link
Author

puzrin commented Jun 27, 2014

Could you explain where this 'eot Font name' is?

That was about "font full name" and "font family" from NAME table. Here is link to note in fontello code . And here is original ticket, where @LouisStAmour adviced solution.

Sorry for wrong terms. I'm very far from text font creation, and my knowlege is limited to features, needed for iconic webfonts.

@adrientetar
Copy link
Member

if those have to support IE6/7

...

@puzrin
Copy link
Author

puzrin commented Jun 27, 2014

at least, eot is not worse than many other strange formats, supported by fontforge :) . And adding basic eot support is cheap (even more simple than woff).

Do as you wish. I no longer use fontrofge in fontello and don't depend on this ticket. Just share with you collected experience, when i can.

@davelab6
Copy link
Member

Thanks Vitaly , I super appreciate it!

@puzrin
Copy link
Author

puzrin commented Feb 16, 2016

Let's close it as not actual

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants