Type Alias CanvasTypographyPreset

CanvasTypographyPreset: {
    color: string;
    font_family: string;
    font_size: string;
    font_weight: "400" | "700";
    id: CanvasTypographyPresetId;
    letter_spacing: string;
    line_height: string;
    text_transform: "capitalize" | "lowercase" | "none" | "uppercase";
}

Type declaration

  • color: string
  • font_family: string
  • font_size: string
  • font_weight: "400" | "700"
  • id: CanvasTypographyPresetId
  • letter_spacing: string
  • line_height: string
  • text_transform: "capitalize" | "lowercase" | "none" | "uppercase"