Graphics Flex



    
    @font-face {
        src:url("a.ttf");
        fontFamily: myFont;
        flashType: true;
    }
    @font-face {
        src:url("a.ttf");
        fontFamily: myFont;
        fontWeight: bold;
        flashType: true;
    }
    @font-face {
        src:url("a.ttf");
        fontFamily: myFont;
        fontStyle: italic;
        flashType: true;
    }
    .myStyle1 {
        fontSize: 32;
        fontFamily: myFont;
    }