@namespace "library://ns.adobe.com/flex/mx"; @font-face { src: url("../../../../Assets/Fonts/PT_Serif/PT_Serif-Web-Regular.ttf"); fontFamily: EmbeddedArial; embedAsCFF: false; } @font-face { src: url("../../../../Assets/Fonts/PT_Serif/PT_Serif-Web-Bold.ttf"); fontWeight: bold; fontFamily: EmbeddedArial; embedAsCFF: false; } @font-face { src: url("../../../../Assets/Fonts/PT_Serif/PT_Serif-Web-Italic.ttf"); fontStyle: italic; fontFamily: EmbeddedArial; embedAsCFF: false; } @font-face { src: url("../../../../Assets/Fonts/Open_Sans/OpenSans-Regular.ttf"); fontFamily: EmbeddedVerdana; embedAsCFF: false; } @font-face { src: url("../../../../Assets/Fonts/Open_Sans/OpenSans-Bold.ttf"); fontWeight: bold; fontFamily: EmbeddedVerdana; embedAsCFF: false; } @font-face { src: url("../../../../Assets/Fonts/Open_Sans/OpenSans-Italic.ttf"); fontStyle: italic; fontFamily: EmbeddedVerdana; embedAsCFF: false; } @font-face { src: url("../../../../Assets/Fonts/Cousine/Cousine-Regular.ttf"); fontFamily: EmbeddedGeorgia; embedAsCFF: false; } .customSelectionColor1 { selectionColor: #FF0000; backgroundColor: #FFFFFF; borderThickness: 0; dropShadowEnabled: true; } .customSelectionColor2 { selectionColor: #0000FF; backgroundColor: #FFFFFF; borderThickness: 0; dropShadowEnabled: true; } .customBorderColor{ borderColor: #FF0000; borderThickness: 10; borderStyle: "solid"; backgroundColor: #FFFFFF; borderThickness: 0; dropShadowEnabled: true; } .customFontSize{ fontSize: 25; backgroundColor: #FFFFFF; borderThickness: 0; dropShadowEnabled: true; } .customRollOverColor{ rollOverColor: #FF0000; backgroundColor: #FFFFFF; borderThickness: 0; dropShadowEnabled: true; } .customFillColor { fillAlphas:0.6, 0.4; fillColors: #660099, #99FFFF; backgroundColor: #FFFFFF; borderThickness: 0; dropShadowEnabled: true; } .customFontWeight { fontWeight: "bold"; backgroundColor: #FFFFFF; borderThickness: 0; dropShadowEnabled: true; } .customFontStyle { fontStyle: "italic" ; backgroundColor: #FFFFFF; borderThickness: 0; dropShadowEnabled: true; } .customTextDecoration { textDecoration: "underline"; backgroundColor: #FFFFFF; borderThickness: 0; dropShadowEnabled: true; } .customFontFamily { fontFamily: "EmbeddedArial"; backgroundColor: #FFFFFF; borderThickness: 0; dropShadowEnabled: true; } .customCornerRadius { cornerRadius: 10; backgroundColor: #FFFFFF; borderThickness: 0; dropShadowEnabled: true; } .customColor { color: #CCDD00; backgroundColor: #FFFFFF; borderThickness: 0; dropShadowEnabled: true; } DateField{ fontFamily: EmbeddedVerdana; fontAntiAliasType: normal; } DateChooser{ fontFamily: EmbeddedVerdana; fontAntiAliasType: normal; } TextInput{ fontFamily: EmbeddedVerdana; fontAntiAliasType: normal; } ToolTip{ fontFamily: EmbeddedVerdana; fontAntiAliasType: normal; }