change the weight of a bold font css

CSS
p {  
  font-weight: normal;
} 
a {  
  font-weight: bold;
}  
p.thick {  
  font-weight: 780;
}
Source

Also in CSS: