> For the complete documentation index, see [llms.txt](https://docs.fontsplugin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fontsplugin.com/gutenberg/getting-started.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.fontsplugin.com/gutenberg/getting-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
