# Font weight
Use the `` tag to switch between the font weights available for the current [Font Asset](FontAssets.md).
You specify the weight using its numeric value, for example `400` for **normal**, `700` for **bold**, and so on.
You can only apply font weights defined in the [Font Asset properties](FontAssetsProperties.md#FontWeights). If you have not defined any font weights, you can still use values of **400** and **700** to apply the multipliers set in the **Normal Weight** and **Bold Weight** properties.
The closing `` tag reverts to the original font specified for the TextMesh Pro object.
**Example:**
```
Thin
Extra-Light
Light
Regular
Medium
Semi-Bold
Bold
Heavy
Black
```
![Example image](../images/TMP_RichTextFontWeight.png)
_Font weights_