# Typography

Typography is a native Ghost feature that allows you to customize the fonts used throughout your site. Breeze includes carefully selected custom fonts chosen to match the theme’s editorial design, readability, and overall visual balance.

To use the default Breeze typography, keep both the "Heading font" and "Body font" options set to "Theme default" in Ghost Admin. If preferred, you can also choose from Ghost’s local font options at any time to create a different visual style for your publication.

### Step-by-step:

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

{% step %}
Under "Heading font" and "Body font", keep the options set to "Theme default" to use Breeze’s custom typography.
{% endstep %}

{% step %}
Optionally, choose different local Ghost fonts from the dropdown menus if you prefer an alternative typography style.
{% endstep %}

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


---

# 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/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.
