# `GSFontMaster.font`

*Instance Property*

## Declaration

```swift
unowned(unsafe) var font: GSFont? { get set }
```

```objc
@property (nonatomic, unsafe_unretained) GSFont * font;
```

[See also `font` in the Python API](https://docu.glyphsapp.com/#GSFontMaster.font)

```python
pyobjc_instanceMethods.font() -> GSFont
pyobjc_instanceMethods.setFont_(font: GSFont)
```

