---
title: bold
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nsfont/weight/bold
---

# bold

The font weight for system bold font.

## Declaration

```swift
static let bold: NSFont.Weight
```

## See Also

### Font Weights

- [ultraLight](appkit/nsfont/weight/ultralight.md)
- [thin](appkit/nsfont/weight/thin.md)
- [light](appkit/nsfont/weight/light.md)
- [regular](appkit/nsfont/weight/regular.md)
- [medium](appkit/nsfont/weight/medium.md)
- [semibold](appkit/nsfont/weight/semibold.md)
- [heavy](appkit/nsfont/weight/heavy.md)
- [black](appkit/nsfont/weight/black.md)
