It appears that when I have an administration theme enabled for the system configuration pages and node add/edit pages then the cufon module doesn't work with the default site theme but only with the administration theme. The module doesn't look in the site default theme directory or apply the text replacement to the site default theme but instead looks for the font file in the admin theme directory and applies the text replacement to only the admin theme.

Comments

arcaneadam’s picture

Status: Active » Closed (fixed)

The module includes the following folders in it's search for font definitions "sites/all/libraries/cufon-fonts" and "sites/example.com/libraries/cufon-fonts". So you could simply create one of those two folders and insert the font js files into those and they will show up on sites with admin themes.