> ## 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

| Property | Type      | Description |
| -------- | --------- | ----------- |
| `family` | `String?` | -           |
| `size`   | `String?` | -           |
| `weight` | `String?` | -           |
