> For the complete documentation index, see [llms.txt](https://docs.nitroapps.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nitroapps.co/fontify/faq/how-to-apply-a-font-to-all-body-text-on-your-store.md).

# How to apply a font to all body text on your store?

Usually, we should use two or three fonts on a site. One is for all headings and another one for the body text.&#x20;

To make a font work for all mall body text, please follow the steps below:

**Step 1**: Click on the **Create new** button.

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

**Step 2**: Please **upload** your font to Fontify or **select** a Google font. Then enter the **font name.**

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

**Step 3:** On the **Assign font to Elements** tab, tick on the **Paragraph, Anchor link, and List** options. Also, please fill some tags in the **Custom Elements** box like the below image.

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

You can copy this block code:

```
div
span
input
option
button
```

**Step 4**: Tick the **Overwrite other fonts** checkbox and click the **Save** button.

<figure><img src="/files/6dl9YkvWi92yqXmFtUpo" alt=""><figcaption></figcaption></figure>

All done, please wait for about 30 seconds and then reload your live site to check the font.

Please check the video below to get an easier understanding.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LhdJXbk3sVdej6liHwp%2Fuploads%2F2BmtwwnBx0LhwUWsrsSe%2FBody.mp4?alt=media&token=9d5b0b29-91d1-47d0-b0ae-53520a4d8f94>" %}


---

# 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://docs.nitroapps.co/fontify/faq/how-to-apply-a-font-to-all-body-text-on-your-store.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.
