# Font

## Font-Roboto

Roboto is a sans-serif font suitable for reading on mobile phones and computers. It is also ideal for reading at various electronic screen resolutions and supports up to 12 font weights. It also supports Latin and Greek symbols, which can be considered in the future internationalization of products. It is very flexible and suitable for almost every digital product.

| Heading | Font   | Weight   | Size |
| ------- | ------ | -------- | ---- |
| H1      | Roboto | 700      | 24   |
| H2      | Roboto | 700      | 20   |
| H3      | Roboto | 700      | 18   |
| H4      | Roboto | 400, 700 | 16   |
| H5      | Roboto | 400, 700 | 14   |
| H6      | Roboto | 400, 700 | 10   |


---

# 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.mindtrix.xyz/design-system/ui/font.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.
