> For the complete documentation index, see [llms.txt](https://help.inspiredtheme.com/articles/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.inspiredtheme.com/articles/theme-settings/inspiredtheme-settings-intro/custom-fonts.md).

# Custom fonts

***

Shopify provides a wide range of free fonts via the Google font library. However, if your brand requires a font that isn’t available, you can upload and apply **Custom fonts** through Theme settings in Inspired Themes.

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

### **I. Heading font settings**

* **Override heading font:** Enables the use of a custom font, replacing the default heading font set in Typography.
* **Font name:** Enter the exact name of your custom font.
* **Font file URL:** Paste the URL of your uploaded font file (*supported formats: .woff2, .woff, .ttf, .otf*).

{% hint style="info" %}
Upload fonts via **Shopify Admin → Content → Files** to get the file link.
{% endhint %}

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

* **Font weight:** Select the font weight that matches the uploaded file.
* **Fallback fonts:** Define backup fonts (e.g., *Helvetica, Arial, sans-serif*) to be used if the custom font fails to load.
* **Save & Preview:** Apply changes and review how the font appears in your store.

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

### **II. Body font settings**

The Body font settings follow the same structure as Heading font, allowing you to apply a custom font to all body text across your store.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.inspiredtheme.com/articles/theme-settings/inspiredtheme-settings-intro/custom-fonts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
