Comments

aaron’s picture

jdelaune’s picture

I was half way through creating a Render Plugin but then came across an issue in the font uploading. Cufon fonts are javascript files, but Drupal Core renames JS file uploads since they could be executed and exploit your site. Until we find a way around that I don't think we will be able to proceed.

pol’s picture

Any news on this ?

Maybe we could copy paste the content of the generated file in a textarea ??

pol’s picture

Maybe we can do like FLIR, we upload the JS file in a specified directory like:

sites/defaults/files/cufon/fonts/

What do you think ?

aaron’s picture

sun’s picture

If Drupal renames files, we can rename them back.

datafire’s picture

(edit: deleted - double post)

datafire’s picture

I was able to get it to work by putting it in a separate directory that was not directly controlled by Drupal. Although Drupal is installed at the docroot, I created a separate /js/ folder alongside it, placed the files there, and voila - Cufon now works.

pol’s picture

Show us !

ChrisBryant’s picture

There is a new module released for Cufon support here:

http://drupal.org/project/cufon

I posted an issue recommending combining efforts:

#518328: Collaboration / combining with Dynamic Render module?
http://drupal.org/node/518328