# Typography

## Video Overview

{% embed url="<https://youtu.be/7y0cb8vmm9U>" %}

Our automatic fluid typography section is an extremely powerful tool where you can set your base settings and see all the varying sizes change on the fly. If you choose not to use the automatic sizing feature, you can even switch to the manual tab for full control 🔥

<figure><img src="https://949277485-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fp10Tm4nYjo9MojbZ6zQt%2Fuploads%2FiRuUpZpDXtF4J2z60jjM%2Fimage.png?alt=media&#x26;token=87ae4181-511a-42f7-b068-92c05379cc6b" alt=""><figcaption><p>Our Automatic Fluid Typography Interface</p></figcaption></figure>

## Base Settings

In this section, you can choose your base settings, such as the minimum base font size, maximum base font size, or even the base scale index (this is where you set which variable becomes your base, by default, this is `--text-m`). See the base highlighted in blue on the right.

<figure><img src="https://949277485-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fp10Tm4nYjo9MojbZ6zQt%2Fuploads%2Fuqb1wRxx5ZZMBpHLYl0c%2Fimage.png?alt=media&#x26;token=16792ee4-c732-4001-b574-d4f8284def87" alt=""><figcaption><p>Your base font size is highlighted in blue.</p></figcaption></figure>

## Ratios

You can even choose the kind of ratio in which your text changes size, ranging from Minor Second, Major Third, Perfect Fourth, Golden Ratio, plus many more!

<figure><img src="https://949277485-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fp10Tm4nYjo9MojbZ6zQt%2Fuploads%2Fx1P1nMitAPoC3oFlc8eF%2Fimage.png?alt=media&#x26;token=b025bc64-8e46-4aa1-a369-8c0eb62af9ac" alt=""><figcaption><p>Select the kind of scaling ratio</p></figcaption></figure>

{% hint style="info" %}
You can even click the edit button on the ratio section to toggle to manual mode for extra scaling control!
{% endhint %}

<figure><img src="https://949277485-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fp10Tm4nYjo9MojbZ6zQt%2Fuploads%2Fcv1sm6b2eoIw86dYBl1C%2Fimage.png?alt=media&#x26;token=0598bd10-f7f8-4770-8f4c-77f2013bda21" alt=""><figcaption><p>click the edit button on the ratio section to toggle to manual mode for extra scaling control.</p></figcaption></figure>

## Manual Mode

We also give you complete freedom and power with our manual tab, where you can edit each variable, min-size and max-size.

These variables can even be generated into classes by clicking the tab:

<figure><img src="https://949277485-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fp10Tm4nYjo9MojbZ6zQt%2Fuploads%2FN4ezHp1ewd4rcu3W4med%2Fimage.png?alt=media&#x26;token=ca85ad10-7122-4b57-969c-325b2bc61a3e" alt=""><figcaption><p>Generate classes from all the typography variables!</p></figcaption></figure>

### Info on Class Generation

{% hint style="info" %}
Note: The manual tab is disabled from the class generators.
{% endhint %}

Users have the flexibility to name variables according to their preferred naming conventions. As a result, the suffixes appended to variables may differ from the conventional designations (e.g., -s, -m, -l, -xl) utilized in our class generation logic. Consequently, we have decided to remove this feature from the manual tab.

Additionally, users are encouraged to create their own selector groups and manually assign variables to their properties.


---

# 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.coreframework.com/navigating-the-ui/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.
