# Font Weight

{% hint style="info" %}
If a [**Font Weight**](/design/typography/font-weight.md) has been chosen in a parent block, it will be inherited unless otherwise specified on the selected block.
{% endhint %}

The Font Weight property sets how thick or thin characters in text should be displayed.

It uses a numerical scale from 100 to 900, in increments of 100. 100 being the thinnest and 900 the thickest. The default weight of any block is 400.

You can apply a font weight to every Cwicly block. The Font Weight property is specific to the block and its children.

* Select a block.
* Open the Block Inspector.
* Navigate to the Primary or Design Tab.
* Open the Typography Tab.
* Find the Font Weight property.
* Select your desired font weight in the dropdown list.

<figure><img src="/files/aMBmR5FlCecg89XbqGvS" 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/font-weight.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.
