hi, i was doing that outside of krpano in the past with
and now trying to use cssstyles and cssclass to set a global font for a panotour
the code below does not work though... any tips what is wrong here or how to do it correctly ?
Code
<cssstyles><![CDATA[
.myfont { font-family: ... }
]]></cssstyles>
<layer name="STAGE" cssclass="myfont" />
edit: layer[0].name seems to be "stage__" but setting layer[stage__].cssclass doesn't work either
is it even possible to globally set a font for the stage?
either using krpano xml or outside css (avoiding the * selector)