# `GSExportSettingsViewController.font`

*Instance Property*

## Declaration

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

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

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

