<!--
{
  "documentType" : "article",
  "framework" : "TVML",
  "identifier" : "/documentation/TVML/font-weight",
  "metadataVersion" : "0.1.0",
  "role" : "article",
  "title" : "font-weight"
}
-->

# font-weight

Specifies the font weight for the text in an element.

## Overview

Use the `font-weight` style to specify how thick or thin a font looks.

### Values for font-weight

- `black`: A font weight that is thicker than `heavy`.
- `bold`: A font weight that is thicker than the default.
- `heavy`: A font weight that is thicker than `bold`.
- `light`: A font weight that is slightly thinner than the default.
- `medium`: A font weight that is slightly thicker than default.
- `regular`: The default font weight.
- `semibold`: A font weight that is slightly thicker than `medium`.
- `thin`: A font weight that is thinner than the default.
- `ultralight`: A font weight that is thinner and lighter in color than the
  default.

> Note: The `font-weight` values from thinnest to thickest are `ultralight`, `thin`,
> `light`, `regular`, `medium`, `semibold`, `bold`, `heavy`, and `black`.

### Elements that Use font-weight

- [decorationLabel](/documentation/TVML/decorationlabel)
- [description](/documentation/TVML/description)
- [monogram](/documentation/TVML/monogram)
- [ordinal](/documentation/TVML/ordinal)
- [subtitle](/documentation/TVML/subtitle)
- [text](/documentation/TVML/text)
- [textBadge](/documentation/TVML/textbadge)
- [title](/documentation/TVML/title)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)