ref: 83246e296ea433b65b9d295b5e08fedd39ff1ab7
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); };