Graphics Flex



    
        @font-face {
            src: url("a.ttf");
            fontFamily: gothicCentury;
            unicodeRange: U+0041-U+007F;
        }
        @font-face {
            src: url("a.ttf");
            fontFamily: gothicCentury;
            fontWeight: bold;
            unicodeRange: U+0041-U+007F;
        }
        global {
            fontFamily: gothicCentury;
        }