# Typography

**Typography** allows setting the font, heading size and body size for the site.

1. From your Shopify admin, go to **Online Store ->** **Themes**.
2. Find the theme that you want to edit, and then click **Customize**.
3. Click **Theme Settings ->** **Typography.**

**Headings**

<table><thead><tr><th width="278">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Font</td><td>Choose the font for the heading on the site. The heading font of the theme is <mark style="color:blue;"><strong>Tomorrow Extra Bold</strong></mark>.</td></tr><tr><td>Text style</td><td>Specifies how to capitalize an heading's text.</td></tr><tr><td>Font size scale</td><td>Allow increase the font size of the heading.</td></tr></tbody></table>

**Body**

<table><thead><tr><th width="278">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Font</td><td>Choose the font for the body text on the site. The body font of the theme is <mark style="color:blue;"><strong>Roboto</strong></mark>.</td></tr><tr><td>Font size scale</td><td>Allow increase the font size of the body text.</td></tr></tbody></table>

**Navigation heading**

<table><thead><tr><th width="278">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Font size scale</td><td>Allow increase the font size of the navigation heading text.</td></tr><tr><td>Font weight</td><td><p>The font weight of the navigation heading text:</p><ul><li>Regular</li><li>Medium</li><li>SemiBold</li><li>Bold</li><li>ExtraBold</li><li>Black</li></ul></td></tr></tbody></table>

**Mega menu heading**

<table><thead><tr><th width="278">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Font size scale</td><td>Allow increase the font size of the mega meu  heading text.</td></tr><tr><td>Font weight</td><td><p>The font weight of the navigation heading text:</p><ul><li>Regular</li><li>Medium</li><li>SemiBold</li><li>Bold</li><li>ExtraBold</li><li>Black</li></ul></td></tr></tbody></table>


---

# 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://halosoft.gitbook.io/soul-documentation/theme-settings/typography.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.
