export default function font(font: string, custom: {
    [key: string]: {
        [key: string]: string;
    };
}): string;
