# 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 %}

**Typography Options Locations**

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

**Body Typography Options**

* **Path:** Appearance > Customize > Typography > Body Typography
* **Settings Available:**
  * Font Family: Choose the font for your main content text.
  * Font Weight: Set the thickness of the font (e.g., regular, bold).
  * Font Size: Adjust the text size for body content.
  * Line Height: Control the vertical spacing between lines.
  * Letter Spacing: Adjust spacing between characters.
  * Text Align: Set alignment (left, right, center, justify).

**H1 – H6 and Post Title Typography Options**

* **Path:** Appearance > Customize > Typography > Heading Typography
* **Settings Available:**
  * Customization for each heading tag (H1 to H6) and post titles.
  * Font Family: Select a font for each heading.
  * Font Weight: Set the weight for each heading.
  * Font Size: Specify the text size for each heading.
  * Line Height & Letter Spacing: Adjust for readability.
  * Text Transform: Set capitalization (none, uppercase, lowercase).

**Menu Typography Options**

* **Path:** Appearance > Customize > Typography > Menu
* **Settings Available:**
  * Font Family: Choose the font for your main menu items.
  * Font Weight: Set the thickness of the font.
  * Font Size: Adjust the size of the menu text.
  * Letter Spacing: Customize spacing between menu letters.
  * Text Transform: Set capitalization style (none, uppercase, lowercase).


---

# 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://wdt-kirki.gitbook.io/wdt-kirki/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.
