interface Font { fontName: FontName; } interface FontName { readonly family: string; readonly style: string; }