type conversion - Convert otf 2 woff with php -
for small type foundry website i´m looking way convert otf files woff dynamically php. (the goal use types css font-face , not images!)
is there way php (script should work on shared host), if not there linux command lines tools can handle job?
kind regards,
tony
the easiest way found this, using 1 of following 2 methods.
- use fontforge scripting , call php
- use rest font conversion apis like 1 found here.
personally prefer later since works on environment , don't have mess compiling fontforge host , wrapping in php.
Comments
Post a Comment