# Site Typography

In WordPress, the **Site Typography** settings under **Customize** allow you to control the font styles and sizes used throughout your website. Here's a breakdown of the typical typography customization options available:

{% hint style="success" %}
Here's a short form of the **Site Typography** settings process in WordPress:

**Step 1 : Login** to your WordPress admin dashboard.

**Step 2 :** Go to **Appearance** > **Customize**.

**Step 3 :** Click on **Typography**.

**Step 4 :** Adjust the desired typography settings for different elements.

**Step 5 :** Click **Publish** to save your changes.
{% endhint %}

<figure><img src="/files/WKKa2dHDutsMJuJs3uZ5" alt=""><figcaption></figcaption></figure>

#### Customizing Site Typography

Under **Appearance → Customize → Site Typography**, you can control the fonts and styles for different text elements across your website.

**H1 Typography :** Adjust the font family, size, weight, line height, letter spacing, and text transform for H1 headings.

**H2 Typography :** Customize the styling of H2 headings, typically used for section titles and subheadings.

**H3 Typography :** Modify font settings for H3 headings, often used for smaller section titles.

**H4 Typography :** Adjust font settings for H4 headings, commonly used in sub-sections.

**H5 Typography :** Style H5 headings to enhance structure and readability.

**H6 Typography :** Customize H6 headings, usually used for captions or minor headings.

**Body Content Typography :** Define the font family, size, and spacing for the general body text throughout your site.

**Saving Your Changes :** Click **Publish** to apply the changes.


---

# 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://buddhathemes-test.gitbook.io/ogie/theme-customizer/site-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.
