# Fonts

Fonts play a crucial role in shaping the visual identity and readability of your site. They help establish the tone and style of your content, making it more engaging and easier to read. Kalium offers a wide range of font options to ensure that you can find the perfect typeface for your needs.

### Types of Fonts

We offer several types of fonts:

* [**Google Fonts**](/typography/fonts/how-to-add-a-font.md): A vast collection of free, open-source fonts provided by Google.
* [**Premium Fonts**](/typography/fonts/how-to-add-a-font.md): High-quality fonts that we have purchased and included for free in the theme. These fonts are available at no additional cost.
* [**Adobe Fonts**](/typography/fonts/how-to-add-a-font/adding-adobe-fonts.md): Fonts from Adobe’s extensive library, accessible with an Adobe Creative Cloud subscription.
* [**Self-Hosted Fonts**](/typography/fonts/how-to-add-a-font/adding-self-hosted-fonts.md): Fonts that you upload and host yourself on your server.
* [**External Fonts**](/typography/fonts/how-to-add-a-font/adding-external-fonts.md): Fonts hosted on third-party services that you can link to from your site.
* [**System Fonts**](/typography/fonts/how-to-add-a-font.md): Fonts that are pre-installed on users’ devices, ensuring compatibility and faster load times.


---

# 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.kaliumtheme.com/typography/fonts.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.
