> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# available_fonts table

> This table contains all fonts selected to be available for external usage

## available\_fonts Table (551)

This table contains all fonts selected to be available for external usage

## Fields

| Name                      | Description                               | Type                            | Nullable |
| ------------------------- | ----------------------------------------- | ------------------------------- | :------: |
| available\_fonts\_id      | Primary key                               | PK                              |    No    |
| display\_name             | The display name of the font              | String(255)                     |    Yes   |
| font\_family              | The font family name                      | String(255)                     |    Yes   |
| css\_path                 | The path to the CSS for the font          | String(255)                     |    Yes   |
| rank                      | The rank of the font in the list          | Int                             |    Yes   |
| registered                | Registered when                           | UtcDateTime                     |    No    |
| registered\_associate\_id | Registered by whom                        | FK [associate](./associate.mdx) |    No    |
| updated                   | Last updated when                         | UtcDateTime                     |    No    |
| updated\_associate\_id    | Last updated by whom                      | FK [associate](./associate.mdx) |    No    |
| updatedCount              | Number of updates made to this record     | UShort                          |    No    |
| deleted                   | True if font is deleted as available font | Bool                            |    Yes   |

<img src="https://mintcdn.com/superofficeas-bugfix-ty-screen-designer-paradox/A8Y_bcgEblTh4XOv/media/loc/en/database/tables/available_fonts.png?fit=max&auto=format&n=A8Y_bcgEblTh4XOv&q=85&s=d99a84a6128c272c913c90620d9f89cf" alt="available_fonts table relationship diagram" width="438" height="59" data-path="media/loc/en/database/tables/available_fonts.png" />

## Indexes

| Fields | Types | Description |
| ------ | ----- | ----------- |

## Relationships

| Table                    | Description                                                        |
| ------------------------ | ------------------------------------------------------------------ |
| [associate](./associate) | Employees, resources and other users - except for External persons |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.
