@namespace s "library://ns.adobe.com/flex/spark"; @namespace mx "library://ns.adobe.com/flex/mx"; @font-face { src: url("../../../../../Assets/Fonts/Open_Sans/OpenSans-Regular.ttf"); fontFamily: MyVera; embedAsCFF: true; } @font-face { src: url("../../../../../Assets/Fonts/Open_Sans/OpenSans-Italic.ttf"); fontFamily: MyVera; fontStyle: italic; embedAsCFF: true; } @font-face { src: url("../../../../../Assets/Fonts/Open_Sans/OpenSans-Bold.ttf"); fontFamily: MyVera; fontWeight: bold; embedAsCFF: true; } .myStyle1{ borderColor: green; borderWeight: 20; borderAlpha: 0.1; cornerRadius: 10; borderStyle: inset; } .myBorderAlphaStyle{ borderAlpha: 0.5; } .myBorderColorStyle{ borderColor: blue; } .myBorderStyleStyle{ borderStyle: inset; } .myBorderWeightStyle{ borderWeight: 25; } .myBorderBackgroundAlphaStyle{ backgroundAlpha: 0.1; } .myBorderBackgroundImageResizeModeStyle{ backgroundImageFillMode: repeat; } .myBorderCornerRadiusStyle{ cornerRadius: 7; } .myBorderDropShadowVisibleStyle{ dropShadowVisible: true; } s|BorderContainer, s|CheckBox, s|Label, s|HSlider, s|Button, s|NumericStepper, s|List, s|DropDownList{ fontAntiAliasType: "normal"; fontFamily: MyVera; fontLookup: "embeddedCFF"; }