# Typography

This theme lets you control which fonts are used across your site. You can choose between theme fonts, Ghost fonts, or the system font, depending on your preference for style or performance.

### Step-by-step:

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

{% step %}
In the theme settings tab, find the **"Typography"** option under the **Site wide** section.
{% endstep %}

{% step %}
Choose your preferred option.
{% endstep %}

{% step %}
Click **"Save"** to apply your changes.
{% endstep %}
{% endstepper %}

### Available options

* **Theme** (*default*) – Uses the fonts included with this theme. They are loaded locally for better performance and visual consistency.
* **Ghost** – Uses the fonts defined in the Ghost Typography settings. When this option is active, the theme’s default fonts are disabled to avoid unnecessary font loading.
* **System** – Uses the user’s operating system default font. This option offers the best performance by avoiding all local and external font requests.

{% hint style="success" %}
For optimal performance, when using **Theme** or **System**, make sure [Ghost Typography](/guides/craft/customization/typography.md) is set to **"Theme default"** to prevent unnecessary external font loading.
{% 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://docs.ektothemes.com/guides/craft/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.
