Hi,

I’ve run into a issue with this release, if you use the HTML component and 
style them some of the styles (in particular font and font size) are being 
overridden.

You can see this with the HTML example in 
royale-asjs/examples/royale/HTMLElements all of the H1 - H6 headers end up 
being the same size. (Tested in Chrome, Safari and Firefox on OSX and all 
showed the same issue.)

I believe it because of this in the CSS:

* {
        border-width: 1px;
        font-family: Arial;
        font-size: 12px;
}

Thanks,
Justin

Reply via email to