ref: 82a3f55c5fb7b9f7a82449e4eb943c535ec3e491
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); };