Experimenting a bit with different fonts I am facing two problems:
At first the width definition in the style tag does not really work: the plugin calculates it's own width definition, independent of the real length of a word or the surrounding tag.
So it cuts a word at the end or just writes the types over a surrounding tag, before producing a line break.
Secondly the kerning seems to be a bit too narrow. There is not enough space between the single characters. Changing the letter spacing in styles.css does not seem to produce a reasonable effect...
I attached an image to show the effect.
By the way: I have been experimenting a bit on my own with an implementation of DTR in Joomla but gave it up because I did not find enough time for it. What I have right now is a module that uses PHP and Javascript but does not cache the images. So they are loaded again on every page load what is a bit annoying. On the other hand the spacing and kerning works very well. If you like to, I can post it as a basis for some optimizations on the plugin. One thing I am really missing right now is the possibility to set the background color via the styles.css It would be great if this was possible!
