Hi
I want the theme define the typography to use, to get this I'm using the
inject_html tag in the constructor
The only class I have in the theme is the following
package
{
/**
* @private
* This class is used to link additional classes into JewelTheme.swc
* beyond those that are found by dependecy analysis starting
* from the classes specified in manifest.xml.
*/
internal class JewelThemeClasses
{
/**
* constructor.
*
* <inject_html>
* <link href="https://fonts.googleapis.com/css?family=Lato"
rel="stylesheet">
* </inject_html>
*
* @langversion 3.0
* @playerversion Flash 10.2
* @playerversion AIR 2.6
* @productversion Royale 0.9.2
*/
public function JewelThemeClasses()
{
super();
}
}
}
But this is not working since I don't get anything injected in the html
anyone knows what could be the problem?
thanks
--
Carlos Rovira
http://about.me/carlosrovira