Type Alias FontParts

FontParts: {
    fontFamily?: string;
    fontSize?: string;
    fontStyle?: string;
    fontWeight?: string;
}