296297298299300301302303304
public void startDocument(InputSource source) throws CSSException { } public void startFontFace() throws CSSException { CssFontFace rule = new CssFontFace(); addNode(rule); currentRule = rule; }
299300301302303304305306307