@namespace s "library://ns.adobe.com/flex/spark"; @namespace mx "library://ns.adobe.com/flex/mx"; @font-face{ src: url("../../../../../Assets/Fonts/PT_Serif/PT_Serif-Web-Regular.ttf"); fontFamily: ArialEmbedded; embedAsCFF: true; } @font-face{ src: url("../../../../../Assets/Fonts/PT_Serif/PT_Serif-Web-Bold.ttf"); fontWeight: bold; fontFamily: ArialEmbedded; embedAsCFF: true; } @font-face{ src: url("../../../../../Assets/Fonts/PT_Serif/PT_Serif-Web-Italic.ttf"); fontStyle: italic; fontFamily: ArialEmbedded; embedAsCFF: true; } @font-face{ src: url("../../../../../Assets/Fonts/Open_Sans/OpenSans-Regular.ttf"); fontFamily: veraEmbedded; embedAsCFF: false; } @font-face{ src: url("../../../../../Assets/Fonts/Open_Sans/OpenSans-Bold.ttf"); fontWeight: bold; fontFamily: veraEmbedded; embedAsCFF: false; } @font-face{ src: url("../../../../../Assets/Fonts/Open_Sans/OpenSans-Italic.ttf"); fontStyle: italic; fontFamily: veraEmbedded; embedAsCFF: false; } @font-face { src: url("../../../../../Assets/Fonts/Lobster_Two/LobsterTwo-Regular.ttf"); fontFamily: ArnoEmbedded; embedAsCFF: true; } mx|Panel { fontAntiAliasType: "normal"; fontFamily: veraEmbedded; fontLookup: "embeddedCFF"; headerHeight:36; } mx|TitleWindow { fontAntiAliasType: "normal"; fontFamily: veraEmbedded; fontLookup: "embeddedCFF"; headerHeight:36; } mx|Label { fontAntiAliasType: "normal"; fontFamily: veraEmbedded; fontLookup: "embeddedCFF"; } s|Panel { fontAntiAliasType: "normal"; fontFamily: ArialEmbedded; fontLookup: "embeddedCFF"; headerHeight:36; } s|Label { fontAntiAliasType: "normal"; fontFamily: ArialEmbedded; fontLookup: "embeddedCFF"; } s|RichText { fontAntiAliasType: "normal"; fontFamily: ArialEmbedded; fontLookup: "embeddedCFF"; } .paddedBox { paddingLeft: 20; paddingRight: 20; paddingTop: 20; paddingBottom: 20; backgroundColor: #CCCCCC; backgroundAlpha: 1.0; }