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

# semibold

The font weight for system semibold font.

## Declaration

```swift
static let semibold: 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)
- [bold](appkit/nsfont/weight/bold.md)
- [heavy](appkit/nsfont/weight/heavy.md)
- [black](appkit/nsfont/weight/black.md)
