@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: myArial; embedAsCFF: true; } @font-face{ src: url("../../../../../Assets/Fonts/PT_Serif/PT_Serif-Web-Bold.ttf"); fontWeight: bold; fontFamily: myArial; embedAsCFF: true; } @font-face{ src: url("../../../../../Assets/Fonts/PT_Serif/PT_Serif-Web-Italic.ttf"); fontStyle: italic; fontFamily: myArial; embedAsCFF: true; } s|Button { fontAntiAliasType: "normal"; fontFamily: myArial; fontLookup: "embeddedCFF"; } .myStyle{ color: #FF0000 } .myStyle2{ color: #0000FF }