# Email Marketing - Modifying fonts

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

To modify fonts in the email marketing follow the step by step:

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, type the code of the font 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 you have changed 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 %}

Below is the list of browser default fonts that will work in the email builder:

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


---

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