# Typography

The theme lets you control which fonts are used across your site. You can choose between the theme fonts, Ghost fonts, or your system font.

### Step-by-step:

{% stepper %}
{% step %}
Go to the "**Design & branding**" settings in Ghost Admin and click "**Customize**".
{% endstep %}

{% step %}
Under the **Site wide** section, locate "**Typography**".
{% endstep %}

{% step %}
Select your preferred option and click "**Save**".
{% endstep %}
{% endstepper %}

### Available Options

* **Theme** *(default):* Uses the fonts provided by the theme. These fonts are hosted locally for better performance and visual consistency.
* **Ghost**: Uses the fonts defined in Ghost [Typography](/docs/breeze/customization/typography.md) settings. The theme fonts are disabled to avoid unnecessary loading.
* **System**: Uses the default font from the visitor’s operating system. This option improves performance by avoiding local and external font loading.

{% hint style="success" %}
For better performance, when using **Local fonts** or **System**, make sure the [Ghost Typography](/docs/breeze/customization/typography.md) is set to *"Theme default"*. This prevents Ghost from loading additional fonts unnecessarily.
{% endhint %}


---

# 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://pinathemes.gitbook.io/docs/breeze/customization/site-wide/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.
