# `GSWindowController.documentFont`

*Instance Property*

Convenience getter for self.glyphsDocument.font.

## Declaration

```swift
var documentFont: GSFont? { get }
```

```objc
@property (nonatomic, readonly) GSFont * documentFont;
```

```python
documentFont() -> GSFont
```

