# Type Alias: LoadFontData

> **LoadFontData** = `object`

**`Advanced`**

Data for loading a font

## Properties

### display

> **display**: `string`

A set of optional descriptors passed as an object. It can contain any of the descriptors available for @font-face:

***

### family

> **family**: `string`

Font family name

***

### featureSettings

> **featureSettings**: `string`

The featureSettings property of the FontFace interface retrieves or sets infrequently used
font features that are not available from a font's variant properties.

***

### stretch

> **stretch**: `string`

The stretch property of the FontFace interface retrieves or sets how the font stretches.

***

### style

> **style**: `string`

The style property of the FontFace interface retrieves or sets the font's style.

***

### unicodeRange

> **unicodeRange**: `string`

The unicodeRange property of the FontFace interface retrieves or sets the range of
unicode code points encompassing the font.

***

### variant

> **variant**: `string`

The variant property of the FontFace interface programmatically retrieves or sets font variant values.

***

### weights

> **weights**: `string`[]

The weight property of the FontFace interface retrieves or sets the weight of the font.
