# Global Typography

Allows you to add a Global Block Typography to your block that you have previously created.

{% hint style="warning" %}
Any styles you have set on the block will take precedence over the Global settings.
{% endhint %}

## Modify or Create

* Select a block.
* Open the Block Inspector.
* Open Typography tab in Globals.
* Open the Elements tab.
* Open the Block Typography tab.

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

### Add New

* Find the required name or click "+" icon to create a new Block Typography.

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

### Rename and Style

* Input required name.
* Style as required.

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

### Return

* Click return icon to leave the styling panel.

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

## Add to Block

* Select a block.
* Open the Block Inspector.
* Navigate to the Design Tab.
* Open the Typography Tab.
* Find the Global Typography Icon next to the Preset name.
* Select the desired Global Block Typography preset in the dropdown.

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


---

# 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.cwicly.com/design/typography/global-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.
