ofont icon indicating copy to clipboard operation
ofont copied to clipboard

Drop Fontsquirrel dependency

Open raphaelbastide opened this issue 11 years ago • 9 comments

https://github.com/PhenX/php-font-lib http://nodebox.github.io/opentype.js/font-inspector.html

raphaelbastide avatar Jan 29 '14 16:01 raphaelbastide

Also to consider http://pixelsvsbytes.com/blog/2013/11/how-to-create-perfect-web-fonts-in-3-steps/ https://github.com/fonts/ufo2otf https://github.com/ananthakumaran/webify https://github.com/jakiestfu/WebFontGenerator https://github.com/briangonzalez/fontprep http://nodebox.github.io/opentype.js/font-inspector.html

raphaelbastide avatar Jan 29 '14 16:01 raphaelbastide

This issue is essential since FontSquirrel now seems to limit the number of uploaded font to 4. capture du 2015-02-24 11 38 43

EtienneOz avatar Feb 24 '15 10:02 EtienneOz

You’re right, this is a real issue now, not just a feature. Solutions:

  • try to convert fonts server-side, FontSquirrel style
  • find another dependency :-1:
  • build ofont from scratch as a flat file CMS that integrate font conversion

I’ll try to investigate what is the best considering time / money / needs. Ressource

  • https://gitorious.org/manufacturaind/fib/
  • http://mmastrac.github.io/webfont-dl/ can be interesting in some cases
  • https://github.com/ananthakumaran/webify
  • https://github.com/zoltan-dulac/css3FontConverter ideally, but it can be tough to install on a server.

raphaelbastide avatar Feb 24 '15 11:02 raphaelbastide

Maybe another good solution from Lafkon : https://github.com/lafkon/fontain! By the way, a very similar project!

EtienneOz avatar Mar 03 '15 18:03 EtienneOz

Arf, not that good, I didn't look inside, it's shell script so it needs a dedicated server to have the ability to install softwares. Not accessible for everyone... But it could be a temporary solution for a desktop font converter.

EtienneOz avatar Mar 03 '15 18:03 EtienneOz

It is really similar indeed, and very interesting as well. Will add it to README in a “Similar project” section.

raphaelbastide avatar Mar 04 '15 11:03 raphaelbastide

Possible solutions

  • Use a bash script to convert font server-side, like Fontain. It means that a bunch of tools are required, and users with basic knowledge or rights will not be able to use ofont anymore
  • Let users generate the webfont the way they want
  • Make a webfont converter for ofont users hosted on the ofont server, designer for ofont users

raphaelbastide avatar Mar 09 '15 11:03 raphaelbastide

@EtienneOz This can be a temporary alternative to Fontsquirrel converter: http://onlinefontconverter.com/ I tried it locally but it failed plus there is currently a lack of documentation.

raphaelbastide avatar Apr 05 '15 19:04 raphaelbastide

I'm building a desktop webfont generator using bash.It's still very alpha but it is in it way. This could be an alternative for ofont. See https://github.com/EtienneOz/WebfontGenerator.

EtienneOz avatar May 21 '15 13:05 EtienneOz