Sorry if this has been answered elsewhere... searched but couldn't find it.
In a skin XML file there is
<setting name='font' value='_sans' />
I assume the value can be a stack of potentially available system fonts (eg 'tahoma,verdana,_sans'). True? Are double quotes legal? (eg 'tahoma,"lucida grande",_sans').
Also wondering if it's possible to use a webfont somehow (@font-face). Perhaps the @font-face is specified in the site CSS, then the identifier is placed in the XML (eg 'mywebfont,tahoma,_sans').
Thanks for your help!
The font options for skins can be found in the skinning guide: http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/14/building-skins
So the only options are _sans, _serif and _typewriter
There are no plans for additional font options in the skin, that would simply add in too many KB to the player size (so load time) for a marginal benefit that isn't part of the video in the first place.