Type Alias: FontWeight
FontWeight =
100|200|300|400|500|600|700|800|900|"bold"|"normal"
Represents font weight options for text in engraving and other text-based widgets.
FontWeight provides standard CSS-style font weights, either as numeric values (100-900) or as named weights ('bold', 'normal'). This affects the visual thickness of text in text-based customization options.
- Numeric values provide finer control (100=thin through 900=heavy)
- Named values use standard CSS terminology