# FontAsset
A user-uploaded font asset.

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

## FontAsset interface

A user-uploaded font asset available in the project.

**Signature:**

```typescript
interface FontAsset extends BaseAssetMixin
```

**Extends:** [BaseAssetMixin](/en/creator-api/nodes/base-asset-mixin)

## Properties

<table>
  <thead>
    <tr>
      <th>
        Property
      </th>

      <th>
        Modifiers
      </th>

      <th>
        Type
      </th>

      <th>
        Description
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        type
      </td>

      <td>
        `readonly`
      </td>

      <td>
        "FONT"
      </td>

      <td>
        Asset type discriminator.
      </td>
    </tr>

    <tr>
      <td>
        font
      </td>

      <td>
        `readonly`
      </td>

      <td>
        [Font](/en/creator-api/values/font)
      </td>

      <td>
        The font (family + style) this asset provides.
      </td>
    </tr>
  </tbody>
</table>
