# Base Typography

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

The Base Typography control allows you to change the typography of your entire website in as little as two clicks.

![](/files/-Lkcoi5PgIDn1O-I3zR2)

### Size, Weight, Color and Line Height

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

![Font weight, style, size, color and line-height settings.](https://fontsplugin.com/wp-content/uploads/2019/04/reveal-settings.png)

{% 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:

```css
body, #content, .entry-content, .post-content, .page-content, .post-excerpt, .entry-summary, .entry-excerpt, .widget-area, .widget, .sidebar, #sidebar, footer, .footer, #footer, .site-footer
```


---

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