This can be done via CSS. If you inspect a TW document with FireBug or
Opera DragonFly, you'll see the class which the content of slider has.
As I can see, it's sliderPanel. Now try the corresponding CSS:
.sliderPanel { font-family: ...; font-size: ...; ... }
(first check whether this works, just try smth like font-size: 5em; )
Then you want to get the same font that you have outside the slider.
So the following should be proper:
.sliderPanel { font: inherit; }
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.