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

# Content Settings

> Manage custom fonts and other content-level settings

<img src="https://mintcdn.com/reelevant/10tXeCE_biVlzX8s/images/contents/settings-fonts-v2.png?fit=max&auto=format&n=10tXeCE_biVlzX8s&q=85&s=f1329199f5855f138528e201e7ddaff6" alt="Content settings page showing font management" width="1280" height="800" data-path="images/contents/settings-fonts-v2.png" />

## Overview

The Content Settings page lets you manage resources that are shared across all your content templates. Access it from the **Settings** link in the Content Editor sidebar navigation.

## Fonts

The **Fonts** tab lets you manage custom font resources available in the content builder. Custom fonts appear alongside system fonts in the [Text component](/product-guide/contents/components/text) font family picker.

### Font Listing

The fonts table displays all registered custom fonts. If no fonts have been added, the page shows "No fonts yet. Add your first font resource."

### Adding a Font

<Steps>
  <Step title="Click Add font">
    Click the **Add font** button to open the font creation form.
  </Step>

  <Step title="Enter the font family name">
    Type the **Font family** name (e.g., "My Custom Font"). This is the name that will appear in the font picker.
  </Step>

  <Step title="Add font files">
    Under **Font files**, add one entry per font variant:

    | Field         | Description                                              |
    | ------------- | -------------------------------------------------------- |
    | **Variant**   | Select the weight variant (e.g., Regular, Bold, Italic). |
    | **Font file** | Upload a font file (.ttf, .otf, .woff, .woff2).          |

    Click **Add variant** to add additional weight variants.
  </Step>

  <Step title="Save">
    Click **Save** to register the font. It will immediately be available in the content editor's font picker.
  </Step>
</Steps>

### Editing a Font

Click the **Edit** button next to an existing font to update its family name or add/remove variants.

<Info>
  At least one font file variant is required per font family.
</Info>
