---
title: cursiveFontFamily
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/webpreferences/cursivefontfamily
---

# cursiveFontFamily

The cursive font family of the web view.

## Declaration

```swift
var cursiveFontFamily: String! { get set }
```

## Discussion

Discussion This preference affects text whose properties indicate that it should be displayed in a cursive font but do not specify a particular font.

## See Also

### Getting and Setting Fonts

- [fantasyFontFamily](webkit/webpreferences/fantasyfontfamily.md)
- [fixedFontFamily](webkit/webpreferences/fixedfontfamily.md)
- [sansSerifFontFamily](webkit/webpreferences/sansseriffontfamily.md)
- [serifFontFamily](webkit/webpreferences/seriffontfamily.md)
- [standardFontFamily](webkit/webpreferences/standardfontfamily.md)
