> ## Documentation Index
> Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
> Use this file to discover all available pages before exploring further.

# CheckoutFontStyle

> Kotlin Data Class

**Data Class**

```kotlin theme={null}
data class CheckoutFontStyle(val family: String? = null, val size: String? = null, val weight: String? = null)
```

## Constructors

```kotlin theme={null}
constructor(family: String? = null, size: String? = null, weight: String? = null)
```

## Properties

### family

```kotlin theme={null}
val family: String? = null
```

### size

```kotlin theme={null}
val size: String? = null
```

### weight

```kotlin theme={null}
val weight: String? = null
```
