# Fonts

You can add custom fonts to your Guideflow workspace in 3 ways..

* Existing Font Library.&#x20;
* Upload the Font File.&#x20;
* By Linking the CSS File URL.

{% @guideflow/guideflow-embed requestedUrl="<https://app.guideflow.com/player/0p0ymoyayk>" %}

### How To Add Fonts.&#x20;

* Go to “**Settings**” from your Workspace Dashboard.&#x20;
* Select Fonts, under the **Branding Section**.&#x20;

Click on “**Add Fonts**” button to add a new Font.

### From the existing list:

<figure><img src="/files/87rxk8AhEYdsaLDJf8hn" alt=""><figcaption></figcaption></figure>

* Click on the “**Select**” dropdown.&#x20;
* Search & Select for the “**Font**” name you’d like to add.&#x20;
* Type text in the **Preview tab** to see how the font looks.&#x20;
* Hit on Save to add the font to your workspace.&#x20;

### Upload font file:

<figure><img src="/files/HUv3T8eLX5x0s9CDTST6" alt=""><figcaption></figcaption></figure>

* Click on the “**Upload a New Font**” dropdown.&#x20;
* Select the **Font file** from your device.&#x20;
* Type text in the **Preview tab** to see how the font looks.&#x20;
* Hit on Save to add the font to your workspace.&#x20;

{% hint style="info" %}
⚠️ Note: We support the OTF, TTF, WOFF, WOFF 2 file types.&#x20;
{% endhint %}

### Linking CSS URL -&#x20;

<figure><img src="/files/Yq5FLJs3W1njbkwXL33F" alt=""><figcaption></figcaption></figure>

* Paste the “**URL To CSS File**”.&#x20;
* Enter the Font Family name (the Font Name).&#x20;
* Type text in the Preview tab to see how the font looks.&#x20;
* Hit on Save to add the font to your workspace.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.guideflow.com/help/branding/fonts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
