The font-weight property sets how thick or thin characters in text should be displayed.
font-weight: normal|bold|bolder|lighter|number|initial|inherit;
p.normal { font-weight: normal;} p.thick { font-weight: bold;} p.thicker { font-weight: 900;}