create_font_variant
Add a new font variant to a font family by supplying font file data, choosing a weight from 100 to 900, and setting normal or italic style.
Instructions
Create a new font variant (requires font data). Font weights: 100-900 in increments of 100.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Font data object (font file information) | |
| fontId | Yes | Font ID (UUID for the font family) | |
| teamId | Yes | Team ID | |
| fontStyle | Yes | Font style | |
| fontFamily | Yes | Font family name (e.g., "Roboto", "Arial") | |
| fontWeight | Yes | Font weight (100=Thin, 400=Regular, 700=Bold, 900=Black) |