@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; } @font-face { src: url("../../../../../Assets/Fonts/PT_Serif/PT_Serif-Web-Regular.ttf"); fontFamily: MyArialHalo; embedAsCFF: false; } @font-face { src: url("../../../../../Assets/Fonts/PT_Serif/PT_Serif-Web-Italic.ttf"); fontFamily: MyArialHalo; fontStyle: italic; embedAsCFF: false; } @font-face { src: url("../../../../../Assets/Fonts/PT_Serif/PT_Serif-Web-Bold.ttf"); fontFamily: MyArialHalo; fontWeight: bold; embedAsCFF: false; } mx|Accordion, mx|RadioButton, mx|CheckBox, mx|List, mx|DataGrid, mx|Button, mx|Text, mx|Label, mx|NumericStepper, mx|ToolTip{ fontAntiAliasType: "normal"; fontFamily: MyArialHalo; fontSize: 12; } s|Panel{ fontAntiAliasType: "normal"; fontFamily: MyVera; fontSize: 12; fontLookup: "embeddedCFF"; }