Mega Code Archive
Categories
/
Flex
/
Graphics
Fonts are inheritable style properties
@namespace mx "http://www.adobe.com/2006/mxml"; mx|VBox { fontFamily: Helvetica; fontSize: 18pt; } mx|HBox { fontFamily: Times; fontSize: 18pt; }