# `GSDocument.font`

*Instance Property*

## Declaration

```swift
var font: GSFont { get set }
```

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

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

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

