Type Alias Font

Font: {
    family?: string;
    size?: string;
    style?: string;
    weight?: string;
}