ref: ee695eff4329234e20abb68ff3100d3b15929418
dir: /appl/ebook/cssfont.m/
CSSfont: module { PATH: con "/dis/ebook/cssfont.dis"; Spec: adt { family, style, weight, size: string; }; init: fn(displ: ref Draw->Display); getfont: fn(spec: Spec, parentem, parentex: int): (string, int, int); };