# Headings Typography

`Appearance` → `Customize`→ `Fonts Plugin` → `Basic Settings`

The 'Headings Typography' control doesn't have a font size control as it modifies **all** heading types.

![](/files/-LkclJGrLj4Bw-XMPtvn)

Clicking the blue icon to the left of the ‘Font Family’ will reveal additional typography controls: Font weight, style, size, color and line-height settings.

{% hint style="info" %}
If your changes aren’t taking effect, you may need to enable the [‘Force Styles’ setting](/debugging/force-styles-setting.md).
{% endhint %}

The following CSS selectors are targeted:

```
#site-title, .site-title, #site-title a, .site-title a, .entry-title, .entry-title a, h1, h2, h3, h4, h5, h6, .widget-title
```


---

# 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.fontsplugin.com/basic-settings/headings-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.
