xmlns:mx="library://ns.adobe.com/flex/mx"
xmlns:s="library://ns.adobe.com/flex/spark">
@namespace s "library://ns.adobe.com/flex/spark";
@font-face {
src:url("a.ttf");
fontFamily: myFontFamily;
embedAsCFF: true;
}
s|VGroup {
fontFamily: myFontFamily;
fontSize: 15;
}
The text in this RichText control uses the font set
on the VGroup.