---
layout: single
property_name: font-weight
---
Defines the weight of the text.
The text is in normal weight.
The text becomes bold.
You can use numeric values. They all correspond to a particular named weight: If the font family doesn't provide the requested weight, it will use the closest available one.
You can use relative keywords:
#font-weight
default
font-weight: normal;
font-weight: bold;
font-weight: 600;
font-weight: lighter;
lighter or bolder. The browser will use the next available weight.