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