Firstly, congratulations on typeface.js! A fantastic achievement!
Just to let you know that it doesn't work in IE on my first go. FF, Google (not tested in Safari) are fine.
IE says: Line 863 Error: 'null' is null or not an object
I'm adding the scripts (core and font) themselves dynamically, and on line 863 it looks like you are doing the same. Perhaps there's some nesting problem?
Anyway, I solved it by doing good old document.write s, just thought I would bring it to your attention.
Cheers,
Dave
Post a Reply
Copyright (c) 2008 David Chester | davidchester@gmx.net
Just to let you know that it doesn't work in IE on my first go. FF, Google (not tested in Safari) are fine.
IE says: Line 863 Error: 'null' is null or not an object
I'm adding the scripts (core and font) themselves dynamically, and on line 863 it looks like you are doing the same. Perhaps there's some nesting problem?
Anyway, I solved it by doing good old document.write s, just thought I would bring it to your attention.
Cheers,
Dave