# `GSInstance.font`

*Instance Property*

Reference to the containing font

## Declaration

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

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

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

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

