---
title: fontSetChangedNotification
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nsfont/fontsetchangednotification
---

# fontSetChangedNotification

Posted after the currently-set font changes.

## Declaration

```swift
class let fontSetChangedNotification: NSNotification.Name
```

## Discussion

Discussion To observe this notification using Swift concurrency, use NSFont.FontSetChangedMessage.

## See Also

### Responding to Font-Related Notifications

- [antialiasThresholdChangedNotification](appkit/nsfont/antialiasthresholdchangednotification.md)
