문제

for a small type foundry website I´m looking for a way to convert otf files to woff dynamically with php. (The goal would be to use the types with css font-face and not as images!)

Is there a way to do this with php (script should work on shared host), if not are there any Linux command lines tools which can handle this job?

kind regards,

tony

도움이 되었습니까?

해결책

The easiest way I found to do this, is using one of the following two methods.

Personally I prefer the later since it works well on any environment and you don't have to mess with compiling fontforge for your host and wrapping it in php.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top