I am having trouble using a script I found at http://www.marcofolio.net/webdesign/use_a_custom_font_on_your_website.html
The problem is, when I load a page, the text shows up then each word is replaced by a generated image of it using the PHP GD lib.
It creates a flicker effect that I can't seem to get rid of. There are options is the js file:
var hideFlicker = true; var hideFlickerCSS = "replacement-screen.css"; var hideFlickerTimeout = 0;
But when I change any of those settings, nothing happens. Please help!
Thank you.