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

# light

The font weight for system light font.

## Declaration

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

## See Also

### Font Weights

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