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.

personally prefer later since works on environment , don't have mess compiling fontforge host , wrapping in php.


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -