Search
Loading...
Skip to content

Type Alias: FontWeight

type FontWeight =
| "thin"
| "extraLight"
| "light"
| "normal"
| "medium"
| "semiBold"
| "bold"
| "extraBold"
| "heavy";

Represents the weight of a font.

The FontWeight type defines the possible weights of a font within the Creative Editor SDK. Each weight corresponds to a different thickness, allowing for flexibility in how fonts are styled.