Answers for "which property is used for lightning the font weight in CSS"

CSS
9

css bold text

we can set text bold using css property named 'font-weight'
Syntax:
selector{
  font-weight: bold;
}
Posted by: Guest on April-16-2020

Code answers related to "which property is used for lightning the font weight in CSS"

Browse Popular Code Answers by Language