[@johanneslumpe/styled-props](../README.md) > ["utils/fonts/fontWeight"](../modules/_utils_fonts_fontweight_.md) > [FontWeightProps](../interfaces/_utils_fonts_fontweight_.fontweightprops.md)

# Interface: FontWeightProps

## Type parameters
#### T 
## Hierarchy

**FontWeightProps**

## Index

### Properties

* [style$FontWeight](_utils_fonts_fontweight_.fontweightprops.md#style_fontweight)

---

## Properties

<a id="style_fontweight"></a>

###  style$FontWeight

**● style$FontWeight**: *`T`*

*Defined in [utils/fonts/fontWeight.ts:12](https://github.com/johanneslumpe/styled-props/blob/8e709f1/src/utils/fonts/fontWeight.ts#L12)*

The **`font-weight`** CSS property sets the weight (or boldness) of the font. The weights available depend on the `font-family` you are using.

*__see__*: [https://developer.mozilla.org/docs/Web/CSS/font-weight](https://developer.mozilla.org/docs/Web/CSS/font-weight)

___

