Answers for "remove bold from text 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
0

remove boldness css

font-weight:normal;
Posted by: Guest on October-11-2021

Browse Popular Code Answers by Language