Answers for "how to reduce boldness 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 "how to reduce boldness in css"

Browse Popular Code Answers by Language