Hi, I've been given a task to embed proprietary fonts in our webhelp output. I know for a fact that Cufon has a solution for this by generating a custom javascript through their website and include it in the webhelp output:
http://cufon.shoqolate.com/generate/; this works however, only for our corporate website but not for the webhelp output, which I think should work the same way by including the generated javascript and add <script></script> tags in the html file that call this javascript. My question is: Is this feasible? I assume if it works in the production website, it should work on the local copy of webhelp too since javascripts work well for both online and offline html files.
I am attaching the two fonts I want to embed into my webhelp output for your reference.
Here is the corporate website I am referring to:
http://www.txvia.com
Thanks.