---
name: FontWeight
last_updated: 2026-06-11T23:11:58Z
type: enum
summary: "Describes how thick a Font is."
---

# FontWeight

Describes how thick a [Font](/docs/reference/engine/datatypes/Font.md) is.

**Type:** enum

## Description

Describes how thick a [Font](/docs/reference/engine/datatypes/Font.md) is. Used by [Font.Weight](/docs/reference/engine/datatypes/Font.md).

## Items

| Name | Value | Description |
|------|-------|-------------|
| `Thin` | 100 |  |
| `ExtraLight` | 200 |  |
| `Light` | 300 |  |
| `Regular` | 400 | The default thickness for text. |
| `Medium` | 500 |  |
| `SemiBold` | 600 |  |
| `Bold` | 700 |  |
| `ExtraBold` | 800 |  |
| `Heavy` | 900 |  |