# TextLayer.fontFamily
The font family used by this text layer.

{/* Do not edit this file. It is automatically generated by API Documenter. */}

## TextLayer.fontFamily property

The font family used by this text layer.

**Signature:**

```typescript
fontFamily: string;
```

## Example

```ts
textLayer.fontFamily = "Inter";
```
