# Getting Started

Fonts Plugin has native support the new Block Editor (Gutenberg).

If your theme has built in support for fonts, you will see a 'Font' control when a paragraph or heading is selected:

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

Follow the relevant links to add [Google Fonts](/advanced-settings/load-fonts-only.md), [Adobe Fonts](/integrations/adobe-fonts.md) and [Custom Uploads](/custom-font-uploads/custom-font-uploads.md) to the dropdown list.

If your theme doesn't support fonts natively, you can still use our Fonts Block.

#### Google Fonts block

Simply add a new block and search for `fonts` or `google fonts`:

![](/files/-LkcruoGoxNr0ychWiF2)

The Google Fonts block has the following attributes:

* Block Type (Paragraph, H1, H2, H3, H4, H5, H6)
* Font (900+ Google Fonts)
* Variants
* Font Size (px)
* Line Height
* Color
* Alignment (Left, Right, Center)

![](/files/-LkcsPmXlM8Z_UAk_CdW)

Regular paragraphs and heading blocks can also be [transformed](/gutenberg/transformations.md) into Google Font blocks.


---

# 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/gutenberg/getting-started.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.
