> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/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/i6M2qZmvMNH7UTeu/media/loc/en/database/tables/available_fonts.png?fit=max&auto=format&n=i6M2qZmvMNH7UTeu&q=85&s=d0704cfbc4129fca4e8868390c7628bc" 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.


## Related topics

- [SuperOffice.WebApi.Data.AvailableFont](/en/api/reference/webapi/SuperOffice.WebApi.Data.AvailableFont.md)
- [Save Available Font](/en/api/reference/restful/agent/marketing_agent/save-available-font.md)
- [SuperOffice.WebApi.Data.Marketing SaveAvailableFontRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Marketing_SaveAvailableFontRequest.md)
- [SuperOffice.WebApi.Agents.IMarketingAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IMarketingAgent.md)
- [SuperOffice.WebApi.Agents.MarketingAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.MarketingAgent.md)
- [Get Available Font](/en/api/reference/restful/agent/marketing_agent/get-available-font.md)
