> For the complete documentation index, see [llms.txt](https://help.brickspacelab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.brickspacelab.com/slab/getting-started/global-settings/typography-settings.md).

# Typography

Typography settings in **Theme settings > Typography** let merchants choose font families, set readable type scale, and standardize body, button, heading, icon, and separator styles across the storefront.

## How to change theme typography

{% stepper %}
{% step %}

#### Choose fonts

* Open **Theme settings > Typography**.
* Under **Fonts**, set **Body**, **Heading**, **Subheading**, and **Accent**.
  {% endstep %}

{% step %}

#### Set scale

* Under **Sizes**, set **Base font size** and **Scale ratio** so body and headings feel balanced.
  {% endstep %}

{% step %}

#### Style body and buttons

* Under **Body**, set **Line height**.
* Under **Button**, set **Font**, **Line height**, **Letter spacing**, and **Case**.
  {% endstep %}

{% step %}

#### Style headings

* Open **Heading 1** through **Heading 6**.
* For each level, set **Font**, **Line height**, **Letter spacing**, and **Case**.
  {% endstep %}

{% step %}

#### Set icon and separator style

* Under **Styles**, choose **Icon style** and **Text separator**.
  {% endstep %}
  {% endstepper %}

### Notes on typography

* **Base font size** scales type-driven spacing across the theme—preview several templates after changes.
* **Scale ratio** controls how much each heading step grows (100–135%).
* **Letter spacing** options are labeled **Tight**, **Normal**, and **Loose** in the editor.
* **Text separator** appears between text segments in supported buttons (dot vs line).

## Typography settings

### Fonts

| Setting    | What it controls                       |
| ---------- | -------------------------------------- |
| Body       | Default paragraph and supporting text. |
| Heading    | Default heading font family.           |
| Subheading | Subheading font family.                |
| Accent     | Accent typography where applied.       |

### Sizes

| Setting        | What it controls                                                |
| -------------- | --------------------------------------------------------------- |
| Base font size | Root size for scaling type (9–20 px, default 14 px).            |
| Scale ratio    | Step between type levels as a percent (100–135%, default 110%). |

### Body

| Setting     | What it controls                                                                          |
| ----------- | ----------------------------------------------------------------------------------------- |
| Line height | **None** (1), **Tight** (1.25), **Normal** (1.625), or **Loose** (2). Default **Normal**. |

### Button

| Setting        | What it controls                                                        |
| -------------- | ----------------------------------------------------------------------- |
| Font           | **Body**, **Heading**, **Subheading**, or **Accent**. Default **Body**. |
| Line height    | **None**, **Tight**, **Normal**, or **Loose**. Default **Normal**.      |
| Letter spacing | **Tight**, **Normal**, or **Loose**. Default **Normal**.                |
| Case           | **Default**, **Uppercase**, or **Lowercase**. Default **Default**.      |

### Heading 1 through Heading 6

Each heading level uses the same four settings (defaults below apply to every level).

| Setting        | What it controls                                                        |
| -------------- | ----------------------------------------------------------------------- |
| Font           | **Body**, **Heading**, **Subheading**, or **Accent**. Default **Body**. |
| Line height    | **None**, **Tight**, **Normal**, or **Loose**. Default **Normal**.      |
| Letter spacing | **Tight**, **Normal**, or **Loose**. Default **Normal**.                |
| Case           | **Default**, **Uppercase**, or **Lowercase**. Default **Default**.      |

### Styles

| Setting        | What it controls                                                                                            |
| -------------- | ----------------------------------------------------------------------------------------------------------- |
| Icon style     | **Classic regular**, **Classic solid**, **Sharp regular**, or **Sharp solid**. Default **Classic regular**. |
| Text separator | **Dot** or **Line** between text in supported buttons. Default **Dot**.                                     |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.brickspacelab.com/slab/getting-started/global-settings/typography-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
