> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/relate/email/email-marketing-modifying-fonts.md).

# Email Marketing - Modifying fonts

<figure><img src="/files/8991dc7a2bac58610c68f81940838b62749be7e8" alt="" width="300"><figcaption></figcaption></figure>

To modify fonts in email marketing, follow the step-by-step instructions:

After opening your email builder tab, click on the **font field** you want to add:&#x20;

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

Right after, click on '**Manual CSS**';

<figure><img src="/files/5b25f8ec395f5b09b8e5dd917ae5587c3bd80cc0" alt=""><figcaption></figcaption></figure>

Then, enter the font code you want;

You can use the code format: <mark style="color:orange;">**font-family: fontname;**</mark>

*The font-family property helps customize the style and appearance of text on a web page.*

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

After changing the font code in Manual CSS, your font will be modified!

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

{% hint style="warning" %}
**The email builder does not accept custom fonts.**
{% endhint %}

See below the list of fonts that are browser defaults and will work in the email builder:

&#x20;Arial\
Courier New\
Georgia\
Times New Roman\
Trebuchet\
Verdana


---

# 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.sprinthub.com/en/topics/relate/email/email-marketing-modifying-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.
